-
vb调用opengl的过程,一个纹理贴图的例子,包括一个初始化opengl的模块...
vb调用opengl的过程,一个纹理贴图的例子,包括一个初始化opengl的模块-vb called opengl process, an example of textures, including a module initialization opengl
- 2023-04-15 15:00:03下载
- 积分:1
-
使用C和OPENGL绘制一个曲线上点可控制的bazier曲线
使用C和OPENGL绘制一个曲线上点可控制的bazier曲线-OPENGL rendering the use of C and on a curve control point curve bazier
- 2022-12-30 03:10:03下载
- 积分:1
-
Graphic image processing are often used in header files, looking for a good long...
图形图像处理中经常会用到的头文件,找了好长时间才找到,与大家分享!-Graphic image processing are often used in header files, looking for a good long time to find, share with you!
- 2022-07-25 20:54:35下载
- 积分:1
-
OpenGL类,旨在减少OpenGL编程的初始化工作,以及加入一些常用功能。...
OpenGL类,旨在减少OpenGL编程的初始化工作,以及加入一些常用功能。-OpenGL category, aimed at reducing the initialization of OpenGL programming, as well as some commonly used functions.
- 2022-02-03 15:02:52下载
- 积分:1
-
opengl动画效果 采用c++语言和OPENGL环境编写。正常运行前请先安装OPENGL库...
opengl动画效果 采用c++语言和OPENGL环境编写。正常运行前请先安装OPENGL库-opengl animation using language and OpenGL c prepared environment. Normal operation of the former post for the installation of OpenGL
- 2023-01-04 07:30:03下载
- 积分:1
-
用OPENGL+VC开发的料子系统程序.
用OPENGL+VC开发的料子系统程序.-use OpenGL development of the VC system procedures or materials.
- 2023-01-11 13:50:03下载
- 积分:1
-
opengl procedures used to achieve vc
opengl 程序用vc实现-opengl procedures used to achieve vc
- 2022-12-23 10:30:04下载
- 积分:1
-
一个基于opengl的cad应用的好例子,可以学习如何将mfc 与opengl结合使用,需要opengl扩展库...
一个基于opengl的cad应用的好例子,可以学习如何将mfc 与opengl结合使用,需要opengl扩展库-a cad on opengl application of a good example, can learn how to mfc opengl combined with the need for expansion opengl
- 2022-01-24 18:56:39下载
- 积分:1
-
Nate Robin的OPENGL教程,效果相当不错
Nate Robin的OPENGL教程,效果相当不错-Nate Robin" s OPENGL tutorial, very good results
- 2023-06-26 15:00:05下载
- 积分: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