-
nurbs曲面绘制
VC++6.0编写的opengl nurbs曲面。对于nurbs曲面建立三维模型编程有一定的参考和帮助价值
- 2023-06-02 12:20:03下载
- 积分:1
-
这是Nehe的又一个OpenGL代码
这是Nehe的又一个OpenGL代码-This is another one Nehe OpenGL code
- 2022-01-25 20:19:28下载
- 积分:1
-
OpenGL (junior) three
OpenGL(初级)三维图形系统开发与实用技术源代码-OpenGL (junior) three-dimensional graphics system development and practical technology source code
- 2023-02-13 02:55:04下载
- 积分:1
-
用OPenGL库,实现动态效果,该程式教了你怎么样使用OPENGL
用OPenGL库,实现动态效果,该程式教了你怎么样使用OPENGL-use OpenGL libraries, dynamic effects, the programs teach you how to use OpenGL kind
- 2022-03-09 23:24:53下载
- 积分:1
-
OpenGL,to draw a line and draw a circle(line and circle algorithms)
OpenGL,to draw a line and draw a circle(line and circle algorithms)-OpenGL, to draw a line and draw a circle (a line and circle lgorithms)
- 2022-07-13 11:13:55下载
- 积分:1
-
运动模糊程序(motion blur),opengl, c
运动模糊程序(motion blur),opengl, c-Motion Blur (motion blur), opengl, c
- 2022-02-20 00:14:25下载
- 积分:1
-
为刚刚开始准备学习图形图象接口opengl的准备的一个小实例。...
为刚刚开始准备学习图形图象接口opengl的准备的一个小实例。-Just beginning to learn to prepare for the graphical interface to opengl images a small example of the preparation.
- 2022-02-09 21:22:55下载
- 积分:1
-
OpenGL编程的单文档模板
OpenGL单文档编程模版-OpenGL Programming single document templates
- 2022-01-23 10:16:23下载
- 积分:1
-
STL读取
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CListNodeOfCPoint3D::CListNodeOfCPoint3D( const CPoint3D& P) : data(P), nextPtr(0)
{
}
CListNodeOfCPoint3D::~CListNodeOfCPoint3D()
{
}
CPoint3D CListNodeOfCPoint3D::GetData() const
{
return data;
}
- 2022-04-23 19:55:30下载
- 积分:1
-
in VC using OpenGL series of the virtual reality plane. Objects can provide virt...
在VC下用OpenGL编的虚拟现实飞机。可以提供虚拟物体的方法。-in VC using OpenGL series of the virtual reality plane. Objects can provide virtual method.
- 2022-01-22 08:45:10下载
- 积分:1