-
可以在opengl中实现实时动画,是学习计算机图形学的一个非常好的实例。配合教材更好。...
可以在opengl中实现实时动画,是学习计算机图形学的一个非常好的实例。配合教材更好。-implement animation in opengl. It is a good example to study this software together with textbook.
- 2022-02-22 01:17:18下载
- 积分:1
-
一本有关三地图形学的书籍,内容丰富,涵盖广阔
一本有关三地图形学的书籍,内容丰富,涵盖广阔-3D Computer Graphics A Mathematical Introduction With OpenGL
- 2022-01-25 23:27:16下载
- 积分: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
-
VC++写的OPENGL 一个3D木箱,适合初学者学习,大家可以下载看看!
VC++写的OPENGL 一个3D木箱,适合初学者学习,大家可以下载看看!-VC write OpenGL 3D a wooden box, for beginners to learn, we can look at the download!
- 2022-07-09 21:22:08下载
- 积分:1
-
聆听OpenGL
lingting opengl
- 2022-05-25 18:36:41下载
- 积分:1
-
ROAM实时LOD地形
MS Visual C + + 6项目文件。需要大量的DLL(www.opengl
- 2022-03-28 17:20:43下载
- 积分:1
-
This is the source code of the book VC++ advantage program Opengl!
Visual C++ 高级编程技术OpenGL篇 》程序源代码5613879-This is the source code of the book VC++ advantage program Opengl!
- 2022-03-20 06:05:05下载
- 积分:1
-
An OpenGL example of Star!!It can help you understand opengl framework in more d...
星星闪动--OpenGL, 一个opengl的例子!!可以帮助你更详细的了解opengl的框架建立!!!! -An OpenGL example of Star!!It can help you understand opengl framework in more detail
- 2023-01-24 01:05:04下载
- 积分:1
-
介绍用OpenGL实现点云处理的三维变换,我们可以通过API函数 CreateFile 获得设备句柄,再用API函数 DeviceIoControl 来实现对设...
介绍用OpenGL实现点云处理的三维变换,我们可以通过API函数 CreateFile 获得设备句柄,再用API函数 DeviceIoControl 来实现对设备的访问获取点云的分割方法。-introduces OpenGL point cloud processing of 3D transformation, we can pass CreateFile API access to equipment handle, reuse API function DeviceIoControl right equipment to achieve the access point cloud visit the segmentation method.
- 2022-09-05 09:55:03下载
- 积分:1
-
x and 0 using glut library
这个程序是用glut库编写的。我使用texturez使它对用户更具主动性。原则是矩阵。
- 2022-02-14 13:43:48下载
- 积分:1