-
通用的OpenGL控件,可以在此界面的图形框内用OpenGL绘制图形.并且可以调整图形颜色....
通用的OpenGL控件,可以在此界面的图形框内用OpenGL绘制图形.并且可以调整图形颜色.-this is an universal openGL control,we can draw graphics in it`s graph frame using openGL,and we can change the color of the graphics
- 2022-05-27 09:44:45下载
- 积分:1
-
OpenGL(R) 1.1 Release for Windows(R) 95
OpenGL(R) 1.1 Release for Windows(R) 95
---------------------------------------
1. OpenGL Functionality Notes
2. Redistributable components for Windows 95
-OpenGL (R) Release 1.1 for Windows (R) 95--------------------------------------- 1. O penGL Functionality Notes 2. Redistributable components for Windows 95
- 2022-12-04 03:50:03下载
- 积分:1
-
VC++下OpenGL图形基本框架
在Windows环境中创建OpenGL程序.它将显示一个空的OpenGL窗口,可以在窗口和全屏模式下切换,按ESC退出.
- 2022-07-03 06:18:28下载
- 积分:1
-
计算机图形学 作业、课程设计
作为计算机图形学课程的大作业,具有基本的功能:绘制几种基本图元、绘制几种曲线曲面、分形以及真实感图形。
- 2022-03-04 21:44:43下载
- 积分:1
-
a vc OpenGL 3D ball procedures, the preparation of foreigners, the control inter...
一个vc+OpenGL的三维球程序,老外编写,有控制界面,很方便-a vc OpenGL 3D ball procedures, the preparation of foreigners, the control interface is easy
- 2022-05-15 01:28:12下载
- 积分:1
-
一个基于OpenGL的三维漫游程序,希望对大家有帮助
一个基于OpenGL的三维漫游程序,希望对大家有帮助-OpenGL-based three-dimensional roaming procedure, in the hope that everyone has to help
- 2023-05-11 07:05:03下载
- 积分:1
-
在MFC下单文档下写的Opengl的纹理贴图实例,适合Opengl初学者学习...
在MFC下单文档下写的Opengl的纹理贴图实例,适合Opengl初学者学习-In MFC single document written under the texture mapping opengl example, suitable for beginners to learn opengl
- 2023-06-04 05:30:03下载
- 积分:1
-
OpenGL代码,显示在贪婪的立方体。颜色方法和三维图形
opengl code, shows the cube in greed. colour method and 3d graphic-opengl code, shows the cube in greed. color method and 3d gra phic
- 2022-02-03 18:55:23下载
- 积分:1
-
OpenGL 作图例子
OpenGL 作图例子 - 立方体-OpenGL graphic example- cube
- 2022-05-05 04:38:45下载
- 积分: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