-
一个简单的用OpenGL绘制的场景的代码,比较简短,非常适合于初学者使用。...
一个简单的用OpenGL绘制的场景的代码,比较简短,非常适合于初学者使用。-A simple scene using OpenGL rendering code, relatively brief, very suitable for beginners to use.
- 2022-12-31 03:05:04下载
- 积分:1
-
网游小游戏
用苹果xcode开发的一个小游戏,有详细的注释,游戏比较小,适合出学者。
用苹果xcode开发的一个小游戏,有详细的注释,游戏比较小,适合出学者。
用苹果xcode开发的一个小游戏,有详细的注释,游戏比较小,适合出学者。
- 2022-04-21 06:42:05下载
- 积分:1
-
opengl学习书籍:OpenGL超级宝典,共分为两个部分。
opengl学习书籍:OpenGL超级宝典,共分为两个部分。-opengl learning books: OpenGL Super Bible is divided into two parts.
- 2022-06-11 22:07:37下载
- 积分:1
-
使用C语言构造一个可以显示OpenGL程序的源代码,基本属于框架类别,如需使用则要编写相应的实现代码。...
使用C语言构造一个可以显示OpenGL程序的源代码,基本属于框架类别,如需使用则要编写相应的实现代码。
- 2023-02-24 02:55:03下载
- 积分:1
-
图像处理的OpenGL代码
An opengl code for image processing
- 2022-02-24 23:15:18下载
- 积分:1
-
This procedure introduces the use of particle system to simulate the way the fou...
本程序主要介绍采用粒子系统来模拟喷泉的方法-This procedure introduces the use of particle system to simulate the way the fountain
- 2022-03-11 16:59:56下载
- 积分:1
-
用OPENGL实现的,可以用来实现定点的Bezier曲线曲面的绘制.用VC环境加上OPENGL实现.非常方便!...
用OPENGL实现的,可以用来实现定点的Bezier曲线曲面的绘制.用VC环境加上OPENGL实现.非常方便!-use OpenGL, which can be used for the sentinel Bezier curve drawing. VC environment with OpenGL. Very convenient!
- 2022-11-29 19:05:03下载
- 积分: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
-
opengl的经典教程,opengl的初学者很好的参考资料,例子丰富
opengl的经典教程,opengl的初学者很好的参考资料,例子丰富-OpenGL Classic Tutorial, especially very good reference for opengl beginners, lots of examples
- 2022-06-03 07:47:04下载
- 积分:1
-
This is in conjunction with opengl wrote a ray
这个是在结合opengl中写的一个光线跟踪的程序,可以自己改变观察的视点位置,然后进行渲染图片,我花了很久才写完的 哦-This is in conjunction with opengl wrote a ray-tracing procedure, can change the location of observation point of view, and then proceed to play up the picture, I have spent a long time before writing the Oh
- 2023-08-23 15:45:03下载
- 积分:1