-
OpenGL Programming Notes detailed examples of source code, beginners to further...
OPENGL彩色圆环编程示例
详细注释源代码,初学者进一步掌握 OPenGL-OpenGL Programming Notes detailed examples of source code, beginners to further understand OpenGL
- 2022-01-24 13:38:35下载
- 积分:1
-
一种著名的斯坦福3D模型,格式为ply格式
一种著名的斯坦福3D模型,格式为ply格式-A well-known Stanford 3D model format ply format
- 2022-02-01 04:13:32下载
- 积分:1
-
OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。...
OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。-OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the basic principle and processes.
- 2022-03-14 05:29:36下载
- 积分:1
-
本源码实现了一个三维空间向量类,该类对空间三维向量进行了,比如加、减,叉乘等基本运算。...
本源码实现了一个三维空间向量类,该类对空间三维向量进行了,比如加、减,叉乘等基本运算。-The source to achieve a three-dimensional vector space categories, such three-dimensional vector space, such as add, subtract, take fork and other basic computing.
- 2022-08-08 21:40:24下载
- 积分:1
-
Addison.Wesley
Addison.Wesley-2006-OpenGL.Shading.Language.(2nd Edition),一本讲述关于OpenGL的shading语言的书籍,英文原版,不错哦。-Addison.Wesley-2006-OpenGL.Shading.Language. (2nd Edition), an on OpenGL" s shading language on the books, the original English edition, oh well.
- 2022-07-01 14:12:09下载
- 积分:1
-
图像处理程序OpenGL编程Chap08_Triangle.rar
图像处理程序OpenGL编程Chap08_Triangle.rar-Image processing procedures for OpenGL programming Chap08_Triangle.rar
- 2022-02-21 14:37:48下载
- 积分: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 of incomplete technical terrain shows the source code.
opengl中的lod技术地形显示源代码。-opengl of incomplete technical terrain shows the source code.
- 2023-04-23 04:40:03下载
- 积分:1
-
an opengl example is the word for the realization of the source code shown relat...
一个opengl的例子 是用于实现文字显示的源代码 比较简单-an opengl example is the word for the realization of the source code shown relatively simple
- 2022-08-21 05:37:00下载
- 积分:1
-
关于三维地形的OPENGL代码
关于三维地形的OPENGL代码-on the OpenGL 3D terrain code
- 2022-11-26 20:20:03下载
- 积分:1