-
带纹理犹他壶
void reshape(int w, int h)
{
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
if (w
- 2022-02-25 16:32:19下载
- 积分:1
-
一个可以自由行走的3D场景,使用Q,W,E,A,S,D六个键控制。
一个可以自由行走的3D场景,使用Q,W,E,A,S,D六个键控制。-one can take free exercise of 3D scenes, the use of Q, W, E, A, S, D keys to control six.
- 2022-03-16 16:57:37下载
- 积分:1
-
This is the MFC Nehe OpenGL demo code
这是Nehe的MFC的OpenGL代码演示-This is the MFC Nehe OpenGL demo code
- 2023-04-26 04:25:03下载
- 积分:1
-
This is a demo of a bitmap font that uses OpenGL and is written in C++. It requi...
This is a demo of a bitmap font that uses OpenGL and is written in C++. It requires the gd library from boutell.com. There s a demo at http://www.coolgroups.com/font/.
-This is a demo of a bitmap font that uses OpenGL and is written in C++. It requires the gd library from boutell.com. There s a demo at http://www.coolgroups.com/font/.
- 2022-05-21 13:13:51下载
- 积分:1
-
OpenGL 进行绘图程序,可以参考参考。
OpenGL 进行绘图程序,可以参考参考。-OpenGL for drawing program, can refer to the reference.
- 2023-05-03 18:50:02下载
- 积分:1
-
一本关于基于MFC环境编程的OpenGL书籍,对于那些需要用MFC来进行OpenGL编程的人应该有些帮助。...
一本关于基于MFC环境编程的OpenGL书籍,对于那些需要用MFC来进行OpenGL编程的人应该有些帮助。-MFC about an environment based on OpenGL programming books, for those who need to use MFC to OpenGL programming that some people should assist.
- 2022-08-20 23:41:38下载
- 积分:1
-
学习OpenGL好例子
学习OpenGL好例子 -Study good examples of OpenGL
- 2023-03-04 21:30:03下载
- 积分:1
-
真实感图形学课程设计试验报告:用opengl编写一个简单的程序,实现景物绘制,简单光照以及纹理。...
真实感图形学课程设计试验报告:用opengl编写一个简单的程序,实现景物绘制,简单光照以及纹理。
-Realistic graphics, curriculum design test report: using opengl to prepare a simple procedure to achieve landscape mapping, simple lighting and texture.
- 2022-02-25 15:40:11下载
- 积分:1
-
opengl文档
opengl文档-opengl Documents
- 2022-12-07 10:25:06下载
- 积分:1
-
create 3D mesh from image file
“图像到网格”允许您基于图像将图像文件转换为网格颜色。这个类似于地形生成器,它使用图像颜色来表示深度。它可用于从图像创建名称和其他对象的三维模型。
- 2023-01-31 11:35:04下载
- 积分:1