-
OpenSceneGraph is based on OpenGL for its packaging and improved Graphics develo...
OpenSceneGraph是在OpenGL基础上对其进行了封装和改进的图形开发包,采用树型结构来组织和绘制整个场景。最新版本的osg内核集成了GPU管线绘制。本例子是用osg编写的一个基本例子,将osg中的飞机模型载入到场景中显示出来。-OpenSceneGraph is based on OpenGL for its packaging and improved Graphics development kits, using a tree structure to organize and rendering the whole scene. Osg latest version of the kernel integrates GPU rendering pipeline. This example is the use osg prepared a basic example of the plane osg included in the model to the scene revealed.
- 2022-07-08 04:02:38下载
- 积分:1
-
nehe的opengl教程第43课,nehe的教程十分出名,是初学者必备
nehe的opengl教程第43课,nehe的教程十分出名,是初学者必备-opengl tutorial nehe of the 43rd Division, nehe the tutorial is very well known, is essential for beginners
- 2022-02-09 17:23:00下载
- 积分:1
-
OPENGL in VC++ In line two
OPENGL在VC++中的二维的图行转化成三维的图像,并且已经上色,带有旋转-OPENGL in VC++ In line two-dimensional map into three-dimensional images, and have been painted with a rotating
- 2022-10-26 15:20:03下载
- 积分:1
-
这是比较经典的LOD程序,使用OPENGL函数进行编程,显示效果良好!...
这是比较经典的LOD程序,使用OPENGL函数进行编程,显示效果良好!-this is the classic LOD, the use of OpenGL function programming, showing good results!
- 2022-01-28 07:08:03下载
- 积分:1
-
使用鼠标动态绘制直线,以及将屏幕坐标转换为OpenGL坐标。
使用鼠标动态绘制直线,以及将屏幕坐标转换为OpenGL坐标。-use a mouse linear dynamic mapping, and to coordinate conversion to the screen coordinates of OpenGL.
- 2022-05-30 08:34:39下载
- 积分:1
-
在vc环境下调用opengl绘制心形的带状nurbs曲面
在vc环境下调用opengl绘制心形的带状nurbs曲面-in vc environment called opengl rendering the heart-shaped strip NURBS surfaces
- 2022-04-07 12:22:26下载
- 积分:1
-
机器人手臂的三维模拟
机器人手臂的三维模拟-3D simulation for arm of robot
- 2022-03-21 22:50:55下载
- 积分:1
-
opengl3d小游戏
这个游戏包含了opengl3d游戏的所有基本元素,包括天空的绘制,地形的绘制(地形所用的是已有的高度图,没有用其他算法),md2模型的导入,模型动画的设置,场景内漫游,敌人是极其简单的AI,游戏的内容不多,但是涉及面很广,欢迎大家下载。
- 2022-07-21 12:43:01下载
- 积分:1
-
采用opengl编程,在多个三维模型中,使用鼠标点取,达到对三维模型对象的捕捉。...
采用opengl编程,在多个三维模型中,使用鼠标点取,达到对三维模型对象的捕捉。-using opengl programming, in a number of 3D models, the use of mouse-point, reached on the three-dimensional object model to capture.
- 2023-07-20 07:55:03下载
- 积分:1
-
opengl 画球 内有递归细分
首先要声明的是如果想运行上面的程序,在你的计算机上必须装有GLUT开发工具,并要将GLUT的头文件和库文件添加到你开发环境的头文件和库文件的目录中,并且让编译器能找到GLUT的动态连接库,即GLUT32.DLL。具体请参见GLUT的安装方法……
- 2022-04-18 17:07:24下载
- 积分:1