-
在VC6.0下使用OpenGL的网格化GLUtesselator的一个演示程序!
在VC6.0下使用OpenGL的网格化GLUtesselator的一个演示程序!-The use of OpenGL in VC6.0 Grid GLUtesselator a demo!
- 2022-03-07 18:40:22下载
- 积分:1
-
OpenGL中如何读bmp文件,和把视窗中的图存储为bmp文件。
OpenGL中如何读bmp文件,和把视窗中的图存储为bmp文件。-OpenGL How to read bmp file, and the window of the map stored as bmp files.
- 2022-03-25 13:11:59下载
- 积分:1
-
This source code is for OpenGL&Visual C++6.0
This source code is for OpenGL&Visual C++6.0-This source code is for OpenGL
- 2022-01-24 16:08:02下载
- 积分:1
-
gPhone上的opengl教程
可以在m15上编译,直接用模拟器进行测试
不错的东西...
gPhone上的opengl教程
可以在m15上编译,直接用模拟器进行测试
不错的东西-gPhone
- 2022-06-19 15:07:05下载
- 积分:1
-
与参考方法编写严格按照你自己的opengl8点圆,…
自己写的opengl8点画圆 完全按参考书方法,给初学者参考-Write your own opengl8 Point Circle in strict accordance with reference method, for advanced users
- 2022-02-09 22:55:37下载
- 积分: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中有关光照,纹理贴图等知识有帮助-Solar flare produced a very good example, taking a block algorithm, for learning opengl related to light, texture mapping, such as knowledge has helped
- 2022-10-24 23:25:03下载
- 积分:1
-
开放源码 opengl fish(2)
OPENGL 的源代码
使 3D 鱼
移动的鱼
画鱼
简单的代码源
下载
- 2022-03-09 18:37:43下载
- 积分:1
-
带纹理犹他壶
void reshape(int w, int h)
{
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
if (w
- 2022-02-25 16:32:19下载
- 积分:1
-
用VC++写的OPEN GL 一个满天星星,可以控制,基于SDK,适合初学者学习,大家可以下载试试!...
用VC++写的OPEN GL 一个满天星星,可以控制,基于SDK,适合初学者学习,大家可以下载试试!-VC write a poinsettia OPEN GL Star will be able to control, for the SDK, for beginners to learn, we can try to download!
- 2022-10-17 08:15:03下载
- 积分:1