-
Inside the C++ Object Model一本学习C++的英文书籍
Inside the C++ Object Model一本学习C++的英文书籍-Inside the C++ Object Model a learning C++ English Books
- 2023-03-10 01:15:02下载
- 积分:1
-
OpenGL示例用于球面三角网格生成
opengl sample used for making a triangle mesh of sphere-opengl sample used for making me a triangle sh sphere of
- 2022-03-21 21:22:49下载
- 积分:1
-
OpenGL图像元素的绘制
这是我写的一个OpenGL程序,实现了对点、线、面等基本图像元素的绘制,可以通过键盘进行控制。功能简单清晰,源码易于理解,适合OpenGL初学者进行观看。
- 2022-02-02 03:05:41下载
- 积分:1
-
vb调用opengl的过程,一个纹理贴图的例子,包括一个初始化opengl的模块...
vb调用opengl的过程,一个纹理贴图的例子,包括一个初始化opengl的模块-vb called opengl process, an example of textures, including a module initialization opengl
- 2023-04-15 15:00:03下载
- 积分:1
-
用billboard技术画的一个火焰,可以在场景中漫游,绕着火堆转...
用billboard技术画的一个火焰,可以在场景中漫游,绕着火堆转-billboard with a painting technique flame can roam the scene, she then turn around
- 2022-03-25 09:43:03下载
- 积分:1
-
示例了在MFC框架中直接使用OPENGL API的必须的基本代码
示例了在MFC框架中直接使用OPENGL API的必须的基本代码-example of the MFC framework of the direct use of the OpenGL API to the basic code
- 2022-02-02 09:23:17下载
- 积分:1
-
学习如何映射有很多好处。我们说你想要一个导弹…
光照和键盘控制:
添加光照和键盘控制,它让程序看起来更美观。
-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开发的下雪场景,很美观,代码简单,易于理解 ,供初学者参考学习....
opengl开发的下雪场景,很美观,代码简单,易于理解 ,供初学者参考学习.-opengl development of snow scenes, it is beautiful, the code is simple, easy to understand reference for beginners to learn.
- 2023-05-29 20:40:03下载
- 积分:1
-
MFC中三维图形的旋转缩放平移
在vs2010 C++ MFC opengl 环境中实现,MFC中三维图形的旋转缩放平移,键盘控制物体上下左右移动,和鼠标控制物体旋转,鼠标滚轮控制物体放大缩小,这里绘制的图形是一个长方体
- 2022-06-15 17:19:00下载
- 积分:1
-
又一个互动机械臂OpenGL,Visual C++,通过鼠标中键实现功能,例如原地旋转机械臂, 弯曲机械臂...
又一个互动机械臂OpenGL,Visual C++,通过鼠标中键实现功能,例如原地旋转机械臂, 弯曲机械臂-also an interactive manipulator OpenGL, Visual C, the middle mouse button function and For example, in situ rotary manipulator, bending manipulator
- 2022-03-19 08:47:47下载
- 积分:1