-
在 opengl 中的数独
在 opengl 中的数独
电枢项目类
- 2022-03-20 06:51:44下载
- 积分: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
-
SPH液体模拟openGL实现
SPH实现水和玻璃杯的碰撞,利用C++和openGL平台联合实现。真的很好。
- 2022-02-25 09:43:00下载
- 积分:1
-
学习OpenGL的最好程序
学习OpenGL的最好程序-learning OpenGL the best procedures
- 2022-03-18 22:05:44下载
- 积分:1
-
3D circle
3D circle
- 2022-04-01 04:01:18下载
- 积分:1
-
OpenGL游戏设计入门.pdf
OpenGL游戏设计入门.pdf-OpenGL game design entry. Pdf
- 2022-03-10 02:28:20下载
- 积分:1
-
NeHe教程系列的源代码 很不错的
NeHe教程系列的源代码 很不错的-NeHe tutorial series of source code is very good
- 2023-05-14 09:10:03下载
- 积分:1
-
A simple to use OpenGL to read 3DS file grid data examples
一个简单的使用OpenGL读取3DS文件中的网格数据的例子-A simple to use OpenGL to read 3DS file grid data examples
- 2022-08-06 18:09:23下载
- 积分:1
-
OpenGL图像元素的绘制
这是我写的一个OpenGL程序,实现了对点、线、面等基本图像元素的绘制,可以通过键盘进行控制。功能简单清晰,源码易于理解,适合OpenGL初学者进行观看。
- 2022-02-02 03:05:41下载
- 积分:1
-
关于计算机图形学试验的指导,里面从最基础的算法到高级的算法以及关于opengl的使用都有。...
关于计算机图形学试验的指导,里面从最基础的算法到高级的算法以及关于opengl的使用都有。-Computer Graphics on the guidance of the pilot, which from the very basic algorithm to advanced algorithms, as well as on the use of both opengl.
- 2022-07-15 06:36:32下载
- 积分:1