-
This application not only demonstrates the basics of using the Microsoft Foundat...
This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
- 2023-05-25 10:55:02下载
- 积分:1
-
这是利用OpenGL设计游戏书中的代码,非常经典,有喜欢OpenGL 的朋友大家一起分享。...
这是利用OpenGL设计游戏书中的代码,非常经典,有喜欢OpenGL 的朋友大家一起分享。-This is designed to use OpenGL game code book, very classic, like OpenGL friends have shared with everyone.
- 2023-06-01 23:20:03下载
- 积分:1
-
用vertex shader进行繁重的渲染工作,可以获得很多很多的好处
用vertex shader进行繁重的渲染工作,可以获得很多很多的好处-using vertex shader for rendering the heavy work, many of the available benefits
- 2022-03-12 13:38:42下载
- 积分:1
-
OpenGL teaching, 3D graphics rendering
OpenGL教学,三维图形绘制-OpenGL teaching, 3D graphics rendering
- 2022-03-20 20:25:19下载
- 积分:1
-
opengl 的NEHE源码
此为48课程的源码,网址为中文NEHE教程网址
引用源网址的话:
所有DancingWind发表的内容,大多都来自共享的资源,所以我没有资格把它们据为己有,或声称自己为这些资源作出了一点贡献。故任何人都可以复制,修改,重新发表,甚至以自己的名义发表,我都不会追究,但你在做以上事情的时候必须保证内容的完整性,给后来的人一个完整的过程。最后,任何人不能以这些资料的任何部分,谋取任何形式的报酬。
- 2023-04-19 15:55:03下载
- 积分:1
-
OpenGL基础函数合集
这个里面包含了一系列OpenGL基础的函数,需要freeglut环境
- 2022-07-15 13:27:37下载
- 积分:1
-
一个点和 4 线之间最短的距离
源代码,计算一个点和一段,我之间的距离正在使用 Opengl。
- 2022-09-12 22:30:03下载
- 积分:1
-
OpenGL图像编程的代码,一本不错的书的源代码,可惜没下载到书。希望代码可供大家学习...
OpenGL图像编程的代码,一本不错的书的源代码,可惜没下载到书。希望代码可供大家学习-OpenGL graphics programming code, a good book" s source code, unfortunately did not download the book. Hope that the code for them to learn from
- 2022-07-12 10:27:11下载
- 积分:1
-
在vs2010下编译好的meshlab1.3.3
这是在vs2010下编译好的meshlab1.3.3。欢迎大家下载、试用。谢谢大家的支持!
- 2022-11-07 17:25:05下载
- 积分:1
-
OpenGL範例-點線面
/* simple painting program with text, lines, triangles,
rectangles, and points */
#include
#include
#include
#define NULL 0
#define LINE 1
#define RECTANGLE 2
#define TRIANGLE 3
#define POINTS 4
#define TEXT 5
- 2022-06-11 23:47:06下载
- 积分:1