搜索资源列表
Example3D
- 更新的这个C++代码范例演示了一个简单3D引擎。显示屏上所有可见内容都用Open GL ES作了3D渲染;如果终端支持的话该范例也支持硬件加速。这个应用支持S60 3rd Edition及后续版本,可适应不同屏幕尺寸和显示方向。经过更新的这个版本提供了加强的纹理载入并增加了堆与栈的大小。可以从诺基亚论坛网站下载支持S60 2nd Edition和Series 80 2nd Edition的独立范例。主要的类有:OpenGL ES (API), CIdle, Math, CImageDecoder
opengl_2
- 本文实现简单的OPENGL类 ,本人是从其他地方搞到的-In this paper, the realization of a simple type OPENGL
SSC
- opengl做的3D射击类小游戏,与大家分享,共享编程的快乐-opengl to do 3D Shooting game to share with you, share programming pleasure
OpenGL-SDK
- 这是OpenGL的SDK库,大家可以用C++语言以此为基础进行三维场景中基本功能的开发,OpenGL是可移植的开源的三维类库,应用广泛。-This is a the OpenGL SDK library, we can use the C++ language as the basis for the development of the basic functions of the three-dimensional scene, OpenGL is an open source 3D por
OpenGL3DFdtion
- OpenGL 3D 游戏开发框架程序。内定义了OpenGL的类及与windows的接口-OpenGL 3D game development framework program. OpenGL within the definition of a class and an interface with windows
实用的openGL画图类
- 提供了一个openGL画图类,实现了画图和转换视角的功能,对3D画图极其有用