-
学习如何映射有很多好处。我们说你想要一个导弹…
光照和键盘控制:
添加光照和键盘控制,它让程序看起来更美观。
-Learning how to texture map has many benefits. Lets say you wanted a missile to fly across the screen. Up until this tutorial we d probably make the entire missile out of polygons, and fancy colors. With texture mapping, you can take a real picture of a missile and make the picture fly across the screen. Which do you think will look better? A photograph or an object made up of triangles and squares? By using texture mapping, not only will it look better, but your program will run faster. The texture mapped missile would only be one quad moving across the screen. A missile made out of polygons could be made up of hundreds or thousands of polygons. The single texture mapped quad will use alot less processing power.
- 2022-05-15 07:48:56下载
- 积分:1
-
OpenGL 如何从一个文件加载3D模型
该示例演示了如何将3D模型加载到openGL中,通过在VS2010中运用c++语言进行读取3D模型。
- 2022-07-03 14:00:09下载
- 积分:1
-
使用c语言编写的一个关于计算机图形学的茶壶程序
使用c语言编写的一个关于计算机图形学的茶壶程序-Using the c language written in a teapot on the computer graphics program
- 2022-01-21 23:43:04下载
- 积分:1
-
鼠标可以平移物体,右键旋转菜单,完美解决屏幕坐标到三维坐标的转换
鼠标可以平移物体,右键旋转菜单,完美解决屏幕坐标到三维坐标的转换
- 2023-05-20 05:00:04下载
- 积分:1
-
openGl绘制自动旋转水杯
本程序实现的是一个简单的openGl程序,绘制红蓝两种颜色的水杯模型,并错开一定距离显示,实现水杯的自动旋转功能,配置好opengl环境后源程序在vs2010能够编译运行,且源代码中对opengl函数作出相关注释,是一个比较好的opengl入门级学习资料
- 2023-06-15 00:00:53下载
- 积分:1
-
使用C语言构造一个可以显示OpenGL程序的源代码,基本属于框架类别,如需使用则要编写相应的实现代码。基于单文档。...
使用C语言构造一个可以显示OpenGL程序的源代码,基本属于框架类别,如需使用则要编写相应的实现代码。基于单文档。-The use of C language constructs a OpenGL program can display the source code, the basic framework of the categories are for the use of will realize the preparation of the corresponding code. Based on Single Document.
- 2022-04-17 11:56:40下载
- 积分:1
-
这是我存的使用opengl关于glut函数的必须安装的工具包,希望对大家有用...
这是我存的使用opengl关于glut函数的必须安装的工具包,希望对大家有用-This is what I keep on the use of opengl function glut toolkit must be installed, in the hope that useful
- 2022-03-07 20:33:54下载
- 积分:1
-
这是一个小游戏,通过这个小游戏,可以感受到opengl功能的强大!...
这是一个小游戏,通过这个小游戏,可以感受到opengl功能的强大!-This is a game, through this little game, you can feel the opengl features powerful!
- 2022-06-29 11:08:07下载
- 积分:1
-
put CStatic converted into Class CStaticGL category, for the use of OpenGL dialo...
把CStatic类改装成CStaticGL类,用于在对话框中使用OPENGL画出3维模型,并在模型中添加透明效果。进一步给每个模型的元件增加贴图。-put CStatic converted into Class CStaticGL category, for the use of OpenGL dialog sketches of three-dimensional model, the model and add transparency effects. Further to each model component increased textures.
- 2022-01-25 22:47:52下载
- 积分:1
-
用OpenGL编写的模拟地球、太阳、月亮三者运行状态的文件,可以用方向键操作它们的运动。自己写的代码,欢迎批评,...
用OpenGL编写的模拟地球、太阳、月亮三者运行状态的文件,可以用方向键操作它们的运动。自己写的代码,欢迎批评,-with OpenGL simulation prepared by the Earth and the sun, the moon three running in the paper, you can use the direction keys to operate their campaigns. His writing code, welcome criticism, illustrious
- 2022-05-21 19:10:33下载
- 积分:1