-
基于OpenGL的高级图形编程技术,对OpenGL的初学者很有帮助!
资源共享,大家一起进步!...
基于OpenGL的高级图形编程技术,对OpenGL的初学者很有帮助!
资源共享,大家一起进步!-OpenGL-based advanced graphics programming techniques, the OpenGL beginners helpful! Sharing resources, and we progress together!
- 2022-11-01 18:05:03下载
- 积分:1
-
OpenGL中的平移缩放、旋转
Panning zooming and rotation in OpenGL
- 2022-07-17 15:14:58下载
- 积分:1
-
应用cb学习OPENgl编程,这是例子5
应用cb学习OPENgl编程,这是例子5-Cb learning OPENGL application programming, this is the example of 5
- 2022-11-19 09:20:03下载
- 积分:1
-
this is sample demo of using jogl with shaders in GL2ES2 format.
this is sample demo of using jogl with shaders in GL2ES2 format.
- 2022-02-12 14:25:01下载
- 积分:1
-
该例子演示的是使用OPENGL标准框架在游戏中建立菜单的方法,包括菜单的建立、鼠标指针的创建、菜单对鼠标的响应事件以及对贴图的处理和在菜单中对光线的应用。...
该例子演示的是使用OPENGL标准框架在游戏中建立菜单的方法,包括菜单的建立、鼠标指针的创建、菜单对鼠标的响应事件以及对贴图的处理和在菜单中对光线的应用。-demonstrated by the example of the use of OpenGL standard framework for the game to establish the menu, including the establishment of the menu, the mouse pointer"s founding, the menu right mouse events, as well as the response to the treatment and textures in light menu of the application.
- 2022-05-05 01:11:30下载
- 积分:1
-
5dg OpenGL的2D对象
5DG S 2D Objects OpenGL-5DG S OpenGL 2D Objects
- 2022-06-19 16:30:58下载
- 积分:1
-
单文档MFC环境下的opengl小程序。为初学者提供参考
单文档MFC环境下的opengl小程序。为初学者提供参考。主要包括最小环境的配置、场景的初始化等。
- 2022-03-19 02:56:56下载
- 积分:1
-
MD3 documents printed.
MD3文件的载入。-MD3 documents printed.
- 2023-05-09 08:40:03下载
- 积分:1
-
opengl 的NEHE源码
此为48课程的源码,网址为中文NEHE教程网址
引用源网址的话:
所有DancingWind发表的内容,大多都来自共享的资源,所以我没有资格把它们据为己有,或声称自己为这些资源作出了一点贡献。故任何人都可以复制,修改,重新发表,甚至以自己的名义发表,我都不会追究,但你在做以上事情的时候必须保证内容的完整性,给后来的人一个完整的过程。最后,任何人不能以这些资料的任何部分,谋取任何形式的报酬。
- 2023-04-19 15:55:03下载
- 积分: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