-
OpenGL 超级宝典第五章,还没有完,请站长加分吧。
OpenGL 超级宝典第五章,还没有完,请站长加分吧。-OpenGL Super Bible Chapter V not yet finished, please let station points.
- 2022-09-24 11:40:03下载
- 积分:1
-
Cb learning OPENGL application programming, this is the example of 3
应用cb学习OPENgl编程,这是例子3-Cb learning OPENGL application programming, this is the example of 3
- 2022-03-03 19:08:12下载
- 积分:1
-
OpenGL 3
OpenGL三维图形系统开发与实例-OpenGL 3-D graphics system development and examples
- 2023-09-02 18:45:04下载
- 积分:1
-
a OpenGl the exercises may be helpful for beginners
一个OpenGl方面的习作,也许对初学者有帮助-a OpenGl the exercises may be helpful for beginners
- 2022-12-05 17:15:03下载
- 积分:1
-
该代码是游戏编程光盘中所带,里面讲述了如何用OpenGL进行游戏设计。希望有喜欢的朋友一起分享...
该代码是游戏编程光盘中所带,里面讲述了如何用OpenGL进行游戏设计。希望有喜欢的朋友一起分享
- 2022-07-01 02:26:41下载
- 积分:1
-
本程序是基于opengl平台的c++代码,主要体现的是一个融合图片的旋转立方体....
本程序是基于opengl平台的c++代码,主要体现的是一个融合图片的旋转立方体.-this program is based on the platform opengl c code, the main picture is a fusion of rotating cube.
- 2023-02-13 16:20:03下载
- 积分:1
-
VC under the OpenGL application development framework with examples
VC下的OpenGL开发框架与应用举例-VC under the OpenGL application development framework with examples
- 2022-07-26 06:03:35下载
- 积分:1
-
红皮书标准参考书:详细的信息和我们的原则…
RedBooks标准参考书:详细介绍了opengl的原理和使用,是一本不可多得的好书-RedBooks standard reference books: detailed information on the principles and use of opengl is a rare book
- 2022-06-01 15:37:35下载
- 积分:1
-
此程序供初学opengl者使用较佳,它实现了一个颜色变化的三角形!...
此程序供初学opengl者使用较佳,它实现了一个颜色变化的三角形!-this program for beginners to use opengl better, it achieved a color change the triangle!
- 2023-02-11 14:35: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