-
利用vc++调用opengl接口函数,在窗口中显示二维彩色字体
利用vc++调用opengl接口函数,在窗口中显示二维彩色字体-use vc called opengl interface function, in the window display 2D color fonts
- 2022-03-26 05:26:27下载
- 积分:1
-
opengl.cpp..学习3D游戏的框架.不可多得.
opengl.cpp..学习3D游戏的框架.不可多得.-opengl.cpp .. learning 3D games framework. Rare.
- 2022-12-17 04:55:03下载
- 积分:1
-
OpenGL,Visual C++ 生成贝塞尔曲线
KEYfunction: c
OpenGL,Visual C++ 生成贝塞尔曲线
KEYfunction: c - 清空屏幕;e - 擦除曲线;b - 画贝塞尔曲线-OpenGL, Visual C Bessel curve KEYfunction Generation : c-blank screen; e-erasure curve; b-painting Bessel curve
- 2022-05-06 07:05:37下载
- 积分:1
-
校园场景漫游
校园场景漫游,是西安理工大学曲江校区三维场景漫游,采用简单的贴图建的图形,有校门、教学楼、宿舍、大学生活中心等,有天空盒。
- 2022-04-10 21:49:48下载
- 积分:1
-
A plane shooting game of the source, using opengl library function shooting, 3D...
一个飞机射击游戏的源码,采用opengl库函数射击,3D模型采用3ds软件生成
-A plane shooting game of the source, using opengl library function shooting, 3D model generation software used 3ds
- 2023-05-19 14:50:03下载
- 积分:1
-
C++与OpenGL编程的光线跟踪算法
采用C++与OpengGL编程,在六面体房间内光线跟踪算法,包括设置光源、光线亮度衰减方程,还有编译的可自行文件
- 2022-04-22 04:37:13下载
- 积分:1
-
关于图形学大作业的多边形
关于图形学大作业的多边形-large graphics on the polygon operations
- 2023-02-28 20:10: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
-
C++和OpenGL编写的楼梯程序可以通过添加稍微修改…
C++和opengl编写的楼梯程序,可以稍微将其修改加入你的三维程序。-C++ And opengl prepared staircase procedure could be modified slightly by adding your three-dimensional procedures.
- 2022-03-14 04:52:35下载
- 积分:1
-
/ *画圆的半径为9,8和7所示的颜色(0,0)
/* Draw circles of radius 9, 8 and 7 with the colours shown around (0,0)
Draw the x and y axis
Draw the diagonal line
Draw the 12 by 6 quad around (0,0)
When the left mouse button is pressed the diagonal line moves as shown.
When the right button is pressed the diagonal line is reset to its
original position
The right button also toggles the direction from + to - x
Pressing Esc exits the program
*/-/* Draw circles of radius 9, 8 and 7 with the colours shown around (0,0)
Draw the x and y axis
Draw the diagonal line
Draw the 12 by 6 quad around (0,0)
When the left mouse button is pressed the diagonal line moves as shown.
When the right button is pressed the diagonal line is reset to its
original position
The right button also toggles the direction from+ to- x
Pressing Esc exits the program
*/
- 2022-05-20 09:28:51下载
- 积分:1