-
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
-
similar brush graphics control over source code for the perfect small graphics s...
类似画笔的绘图控件源代码 较完善的小型图形系统 分形图像制作器源代码-similar brush graphics control over source code for the perfect small graphics system fractal images produced for the source code
- 2022-11-18 23:45:03下载
- 积分:1
-
opengl光照实体立方
opengl光照实体立方
- 2022-08-07 23:33:45下载
- 积分:1
-
the ripple effect of the water, the development of animation at the reference va...
水的涟漪效果,是开发动画时有参考价值...强烈推荐-the ripple effect of the water, the development of animation at the reference value strongly recommend ...
- 2022-06-20 02:57:45下载
- 积分:1
-
OpenGL窗口功能过剩,可以代替glaux
GLUT为OpenGL窗口函数,可以替代GLAUX
- 2022-10-10 03:40:03下载
- 积分:1
-
《OpenGL超级宝典》光盘附带源代码 很基础很实用,第13章
《OpenGL超级宝典》光盘附带源代码 很基础很实用,第13章
- 2022-01-27 21:05:44下载
- 积分:1
-
这是图形学opengl的一个应用实例,内容是天体运动,即月亮围绕地球转动的模拟....
这是图形学opengl的一个应用实例,内容是天体运动,即月亮围绕地球转动的模拟.-This is a graphics opengl application examples, as is the movement of celestial objects, the moon revolves around the Earth simulation.
- 2022-02-02 05:44:40下载
- 积分:1
-
OpenGL程序创建3D对象
the opengl program to create the 3d objects-the opengl program to create the 3d objects...
- 2022-07-07 08:37:17下载
- 积分:1
-
梁友栋直线裁剪
Cohen-Sutherland 线段裁减算法是计算机图形学的经典裁剪算法,利用键盘交互,实现线段的裁剪算法线段的裁减要判断线段与裁剪矩形边界的各种关系
- 2023-03-31 05:15:04下载
- 积分:1
-
用VC++写的OPEN GL 一个满天星星,可以控制,基于SDK,适合初学者学习,大家可以下载试试!...
用VC++写的OPEN GL 一个满天星星,可以控制,基于SDK,适合初学者学习,大家可以下载试试!-VC write a poinsettia OPEN GL Star will be able to control, for the SDK, for beginners to learn, we can try to download!
- 2022-10-17 08:15:03下载
- 积分:1