-
OBJ文件的载入。
OBJ文件的载入。-OBJ included in the document.
- 2022-10-01 09:35:03下载
- 积分:1
-
The OpenGLR Graphics System Specification英文原版的基于Java的OpenGL开发手册,程序员专用收藏...
The OpenGLR Graphics System Specification英文原版的基于Java的OpenGL开发手册,程序员专用收藏-The OpenGLR Graphics System Specification English original Java-based OpenGL development manual, the programmer exclusive collection
- 2023-03-09 23:25:02下载
- 积分:1
-
内含两个文件,一个是键盘钩子程序,另外一个是程序界面
内含两个文件,一个是键盘钩子程序,另外一个是程序界面-intron 2, is a keyboard hooks, and the other one is a procedural interface
- 2022-01-26 03:11:58下载
- 积分:1
-
opengl 开发的3D游戏,绝对经典
opengl 开发的3D游戏,绝对经典-opengl development of 3D games, absolute classic
- 2022-03-07 20:47:06下载
- 积分:1
-
一个OPENGL演示的例子,例子中的场景包含运动的云、流动的水、室外山地、雾状效果以及灯光效果,而且该例子是一个标准的OPENGL框架。...
一个OPENGL演示的例子,例子中的场景包含运动的云、流动的水、室外山地、雾状效果以及灯光效果,而且该例子是一个标准的OPENGL框架。-a demonstration of OpenGL examples, examples include scenes of cloud movement, the movement of water, outdoor mountain mist effects, and lighting effects, but the example is a standard OpenGL framework.
- 2022-01-26 07:01:28下载
- 积分:1
-
VC++ OPenGL开发的太阳、地球、月亮运行轨迹模拟,初学者可以用。...
VC++ OPenGL开发的太阳、地球、月亮运行轨迹模拟,初学者可以用。-VC++ OPenGL developed by Sun, the Earth, the moon is running trajectory simulation, beginners can use.
- 2022-04-10 17:32:45下载
- 积分:1
-
opengl example, the rotation of the Earth
opengl例子,旋转的地球-opengl example, the rotation of the Earth
- 2022-12-19 13:20:03下载
- 积分: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
-
讷河的opengl教程(含所有章节代码)帮助文档,EN…
NEHE的opengl教程(含所有章节代码)帮助文件,英文版-NEHE the opengl Guide (containing all the chapters code) to help document, in English
- 2022-02-16 01:08:14下载
- 积分:1
-
OpenGL的一个小迷宫
使用二维数组随机的产生一个迷宫,有详细的注释,通过调整最前面的常数可以调节迷宫的行数和列数(一定要互相匹配,不然出来的结果很丑),然后用stack写出来了迷宫的解法,通过OpenGL画出了迷宫
- 2022-04-16 20:04:00下载
- 积分:1