-
一个教您如何将这些彩色对象绕着坐标轴旋转的opengl程序,使得我们能够非常精确地旋转对象。效果相当不错!...
一个教您如何将这些彩色对象绕着坐标轴旋转的opengl程序,使得我们能够非常精确地旋转对象。效果相当不错!-one teaches you how these objects around the color coordinates rotating opengl procedures, allowed us to be very precise to rotate objects. The results are pretty good!
- 2023-08-02 14:00:04下载
- 积分:1
-
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2022-09-23 15:30:02下载
- 积分:1
-
OpenGL的DLL文件glu.dll glu32.dll glaux.dll glut.dll opengl32.dll glut32.dll运行……
OpenGL dll文件 glu.dll glu32.dll glaux.dll glut.dll glut32.dll opengl32.dll opengl.d-OpenGL dll file glu.dll glu32.dll glaux.dll glut.dll glut32.dll opengl32.dll opengl.d
- 2022-02-20 18:58:05下载
- 积分:1
-
三维开发成果(OPENGL)
三维开发成果(OPENGL)-3D development results (OpenGL)
- 2022-02-03 13:21:43下载
- 积分:1
-
OPENGL源程序,比较不错的。让大家共享一下
OPENGL源程序,比较不错的。让大家共享一下-OPENGL source to compare well. Let everyone share what
- 2022-02-05 12:01:01下载
- 积分:1
-
读取stl文件
用于读取三维数据文件,显示,和分析,学习和使用3d打印文件的人很有帮助,不可多得
- 2022-07-02 11:34:43下载
- 积分:1
-
OpenGL教程基础教程,chm格式
OpenGL教程基础教程,chm格式-OpenGL based tutorial guides, chm format
- 2022-05-19 03:53:43下载
- 积分:1
-
OpenGL3.0+ for Games
Opengl3.0 游戏编程,一些相关的交互,纹理接口,应用glew库实现对底层API的调用,可扩展,部分代码来自互联网,有一定的参考价值,本人是做3d开发的,觉得这个资源很不错,可以交流学习下。
- 2023-05-10 18:15: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 例。 本例源自OpenGL应用程序开发。
openGL 例。 本例源自OpenGL应用程序开发。-OpenGL samples-6
- 2022-12-23 17:05:03下载
- 积分:1