-
三位台球模拟程序。按left和right键可以左右移动视点。up和down上下移动视点。当瞄准球以后,按住鼠标右键可以向后拖动球杆,讲球打出去...
三位台球模拟程序。按left和right键可以左右移动视点。up和down上下移动视点。当瞄准球以后,按住鼠标右键可以向后拖动球杆,讲球打出去-three billiards simulation program. By the left and right keys can move around Perspective. Up and down up and down perspective. When aiming the ball, the right mouse button is pressed backward drag clubs, stresses struck out
- 2022-09-08 03:50:02下载
- 积分:1
-
OpenGL特效:透明物体并带光照,物体呈透明感且发出光芒
OpenGL特效:透明物体并带光照,物体呈透明感且发出光芒-OpenGL effects : transparent objects and bring light, transparent objects flu but to shine
- 2022-03-29 06:56:43下载
- 积分:1
-
OpenGL的开发工具介绍。包括 Glu
Glaux
Glut
OpenGL...
OpenGL的开发工具介绍。包括 Glu
Glaux
Glut
OpenGL extension Toolkits
GL2PS
GLtrace
Industry develop Toolkits
-Introduction OpenGL development tools. Including
- 2022-04-19 06:10:08下载
- 积分:1
-
用c++和opengl写的,对水滴进行模拟,效果很不错
用c++和opengl写的,对水滴进行模拟,效果很不错-Using c++ and opengl written simulation of water droplets, the effect is pretty good
- 2022-09-22 18:35:03下载
- 积分:1
-
3DS文化转换软件,超好,不下载后悔
3DS文化转换软件,超好,不下载后悔-3DS cultural conversion software, super-good, do not download the regret
- 2022-03-20 04:18:04下载
- 积分:1
-
一个opengl的例子!!可以帮助你更详细的了解opengl
一个opengl的例子!!可以帮助你更详细的了解opengl-an opengl example! ! I can help you more detailed understanding opengl!
- 2022-02-20 06:29:18下载
- 积分:1
-
opengl八叉树场景组织。
场景组织的有效方法,简单易行,可以快速的排除无须显示的对象...
opengl八叉树场景组织。
场景组织的有效方法,简单易行,可以快速的排除无须显示的对象-opengl Octree scene organizations. Scenes of effective method is simple, rapid exclusion can not show the object
- 2023-01-09 09:35:03下载
- 积分:1
-
小球自由下落
可以实现小球的自由落体动作 就是这样的使用了OpenGL库函数
- 2022-08-15 15:49:54下载
- 积分:1
-
模拟人体运动
能够真实的模拟人体在运动中的各个部位的运动,效果真实。用C++与opengl编写,效果真心不错,对初学者与有一些经验的用户比较实用。
- 2022-02-13 12:58:31下载
- 积分: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