-
the VC OpenGL graphics development of the program's source code
有关OPENGL的VC++开发的图形处理程序的源代码-the VC OpenGL graphics development of the program"s source code
- 2022-01-31 10:31:51下载
- 积分:1
-
创建一个三角形和四边形的opengl程序,介绍了如何在窗口…
一个创建了三角形和四边形的opengl程序,介绍了如何在windows环境下绘制简单的几何图形,注释相当完美!-created a triangle and the quadrangle opengl procedures, described how the windows environment drawing simple geometric figure, the Notes quite perfect!
- 2023-02-16 19:50:04下载
- 积分:1
-
SodukoPrision
soduki改成C++,OpenGL。这是一个模板的游戏,在C++中使用OpenGL API的一些事情。
- 2022-03-19 05:36:50下载
- 积分:1
-
小球自由下落
可以实现小球的自由落体动作 就是这样的使用了OpenGL库函数
- 2022-08-15 15:49:54下载
- 积分:1
-
OpenGL新功能
OpenGL新功能--顶点缓冲区-OpenGL new features-- Vertex Buffer
- 2022-06-20 07:35:55下载
- 积分:1
-
opengl procedures used to achieve vc
opengl 程序用vc实现-opengl procedures used to achieve vc
- 2022-12-23 10:30:04下载
- 积分:1
-
本程序是基于opengl平台的c++代码,主要体现的是一个融合图片的旋转立方体....
本程序是基于opengl平台的c++代码,主要体现的是一个融合图片的旋转立方体.-this program is based on the platform opengl c code, the main picture is a fusion of rotating cube.
- 2023-02-13 16:20:03下载
- 积分:1
-
VC(OPENGL)这个小程序实现地球自转与公转的模拟.还有太阳与月亮....
VC(OPENGL)这个小程序实现地球自转与公转的模拟.还有太阳与月亮.-VC (OpenGL) This small program with the Earth"s rotation to the public and simulation. There sun and the moon.
- 2023-08-16 12:45:03下载
- 积分:1
-
旋转的正方形
本代码实现将正方形的四个顶点分别映射到圆上,通过改变角度来控制旋转的快慢!从而在中间形成一个圆,但本代码未将多余的四角去掉,还有待完善的地方!
- 2022-07-01 07:01:46下载
- 积分:1
-
opengl实现鼠标旋转、移动物体
//#include"Qua.h";
#include
#include
using std::cout;
using std::endl;
void DrawCube( int * a, int * b, int * level )
{
glPolygonMode( GL_FRONT_AND_BACK, GL_LINE );
glLineWidth(1.0f);
glEnable( GL_LINE_STIPPLE );
glLineStipple(1, 0x0F0F);
- 2022-05-19 01:44:26下载
- 积分:1