-
opengl 实现交互操作,效果很不错
opengl 实现交互操作,效果很不错-opengl to achieve interoperability, the effect is pretty good
- 2023-03-07 02:15:04下载
- 积分:1
-
2维数组
应用背景本代码实现基本的Java编程任务 ; ; ; ; ; ; ; ;关键技术阵列,两,DUA,尺寸,尺寸,该尺寸的数组,二维数组
- 2023-08-18 06:30:03下载
- 积分:1
-
OpenGL摇摆机器手臂简单示范代码
OpenGL摇摆机器手臂简单示范代码 格式为 .c C++语言 要在OpenGL设置下运行
- 2022-07-28 14:57:36下载
- 积分:1
-
一个小动画,用VC/Open Inventor开发
一个小动画,用VC/Open Inventor开发-a small animation, VC/Open Inventor Development
- 2022-04-23 16:42:49下载
- 积分:1
-
Development environment for the VC, combined with OpenGL, the realization of a m...
开发环境为VC,结合OpenGL,实现了在鼠标拖动情况下的虚拟漫游。程序有代码注释。-Development environment for the VC, combined with OpenGL, the realization of a mouse drag in the case of virtual roaming. Procedure code Notes.
- 2022-01-27 17:06:37下载
- 积分:1
-
很好的图形程序,大家需要的就下吧,很适合初学者的,
很好的图形程序,大家需要的就下吧,很适合初学者的,-good graphics program, we need on the next bar, are very suitable for beginners, Oh
- 2023-05-02 08:35:03下载
- 积分:1
-
计算机图形学立方体旋转程序。用鼠标拖动可以实现…
计算机图形学立方体旋转程序.可用鼠标拖动实现立方体朝不同方向旋转,有较强真实感.-computer graphics cube rotation procedures. Drag the mouse can be used to achieve various directions cube rotation, a strong realistic.
- 2022-01-31 04:40:14下载
- 积分:1
-
DX初级示例
DX初级示例,主要完成相机类,其中dxmanager 比较适合学习,很容易上手。有什么问题大家可以讨论,相互学习。祝大家春节快乐,阖家幸福。
- 2022-02-01 00:09:59下载
- 积分:1
-
用MFC写的OpenGL控件(46KB)
用MFC写的OpenGL控件(46KB)-with MFC write OpenGL control (File)
- 2023-03-31 22:55:04下载
- 积分: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