-
OpenGl开发红宝书,有系统的介绍,比较实用。
OpenGl开发红宝书,有系统的介绍,比较实用。-OpenGl Red Treasure Book for development, a system of introducing more practical.
- 2022-12-09 12:50:03下载
- 积分:1
-
OpenGL※※VC框架
OpenGL※※VC框架-OpenGL framework VC**
- 2022-01-25 15:50:57下载
- 积分: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 NeHe 教程
opengl NeHe 教程-opengl
- 2022-02-04 06:32:35下载
- 积分:1
-
opengl 图形
用OpenGL画出各种图形,C语言版本,适合初学OpenGL学习者,简单明了,方便易懂.
- 2022-05-22 01:13:11下载
- 积分:1
-
用OpenGL写的雪花的粒子效果
一个用OpenGL写的雪花的粒子效果,包含整个过程文件。
- 2022-02-04 15:45:03下载
- 积分:1
-
TyphoonLabs的OpenGLES教程的原代码,所有程序均为必要的。
TyphoonLabs的OpenGLES教程的原代码,所有程序都是基于EVC++平台的-TyphoonLabs OpenGLES Directory of the original code, All procedures were based on the platform of EVC
- 2022-05-07 08:32:53下载
- 积分:1
-
汉化特别版为DirectX和OpenGL游戏设计的通用工具
汉化特别版为DirectX和OpenGL游戏设计的通用工具-Speaking of special edition for DirectX and OpenGL games designed for general-purpose tool
- 2022-02-05 04:53:14下载
- 积分:1
-
Lidar点云数据处理软件,深度影像分类以及边缘检测
Lidar点云数据处理软件,深度影像分类以及边缘检测-Lidar
- 2023-07-11 04:20:04下载
- 积分: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