-
地理地形裁剪图
裁剪图是地理地形绘制算法,这是几何裁剪图的实现。
- 2022-08-22 16:10:31下载
- 积分:1
-
opengl地形
VC++编写的opengl例子,实现了三维地形的渲染,可以进行漫游等操作,是一个学习opengl的不错的例子
- 2022-12-23 15:00:03下载
- 积分:1
-
精致的粒子系统的实现,实现四处发散的效果
精致的粒子系统的实现,实现四处发散的效果-Fine particle system, realize the effectiveness of four divergence
- 2022-12-06 23:25: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
-
图形图像编程OPENGLDEMO mfc
图形图像编程OPENGLDEMO mfc -graphics programming mfc OPENGLDEMO
- 2022-03-19 19:17:48下载
- 积分:1
-
该文件是用c++程序编写的openGL的原代码,主要是用来演示一个基于一个三维平台的喷雾示例....
该文件是用c++程序编写的openGL的原代码,主要是用来演示一个基于一个三维平台的喷雾示例.-The document is prepared by the procedure c openGL the original code is primarily used for a demonstration platform based on a three-dimensional example of the spray.
- 2022-08-14 00:16:19下载
- 积分:1
-
一个用OpenGL编写的模拟三维曲线和曲面的程序。非常适合于初学者熟悉三维曲线和曲面的概念。
一个用OpenGL编写的模拟三维曲线和曲面的程序。非常适合于初学者熟悉三维曲线和曲面的概念。-OpenGL prepared using a three-dimensional curves and surfaces simulation procedures. Very suitable for beginners and familiar with the three-dimensional curves and surfaces concept.
- 2022-04-23 19:07:39下载
- 积分: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
-
OpenGL 作图例子
OpenGL 作图例子 - 全屏幕-OpenGL graphic example- full-screen
- 2022-11-05 19:30:04下载
- 积分:1
-
openGL实现3D模型加载
使用OPENGL实现三维模型的加载。openGL + C++实现3维模型的加载,并显示加载的结果
- 2022-04-28 20:45:40下载
- 积分:1