-
vc opengl 模拟蚂蚁在矩形框内移动的轨迹
vc opengl 模拟蚂蚁在矩形框内移动的轨迹-vc opengl
- 2022-01-28 19:58:34下载
- 积分:1
-
关于隐藏线消除的代码示例,通过鼠标惦点击显示所选物体z
关于隐藏线消除的代码示例,通过鼠标惦点击显示所选物体z-buffer数值等相关参数-hidden line elimination of the code examples, by clicking on the mouse Dian show selected objects z-buffer numerical parameters related
- 2022-07-09 10:51:14下载
- 积分:1
-
classic source of opengl Guide, lesson01
经典的nehe的opengl教程源码,lesson01-48。提供打包下载的真少。-classic source of opengl Guide, lesson01-48. Download package for the true small.
- 2022-03-10 12:39:03下载
- 积分:1
-
openGL编程实例源代码,
包括各种常用的资源。
openGL编程实例源代码,
包括各种常用的资源。-openGL programming examples of source code, including all the resources used.
- 2022-08-15 19:12:13下载
- 积分:1
-
这是OPENGL和VC++制作的3D游戏场景片段,里面制作了3D水,和烟雾特效.也对贴图进行了各向异性的优化....
这是OPENGL和VC++制作的3D游戏场景片段,里面制作了3D水,和烟雾特效.也对贴图进行了各向异性的优化.-VC production and OpenGL 3D game scenes footage, which produced a 3D water, and smoke effects. Texture is right for the optimization of anisotropic.
- 2022-02-01 20:37:51下载
- 积分:1
-
系统开发篇所附源代码。
啥也别说了,快下吧。
系统开发篇所附源代码。
啥也别说了,快下吧。-System source code attached. Receivers also Enough of fast are you.
- 2022-05-27 05:59:29下载
- 积分:1
-
一个简单的OpenGL程序,代码不过百行,却实现了一个简单的OpenGl功能。...
一个简单的OpenGL程序,代码不过百行,却实现了一个简单的OpenGl功能。-A simple OpenGL program, code hundred lines, however, they realize a simple OpenGL functions.
- 2022-07-17 10:18:15下载
- 积分:1
-
一个用OpenGL写得时钟,还算一般,呵呵。
一个用OpenGL写得时钟,还算一般,呵呵。-A clock written using OpenGL, fairly general, huh, huh.
- 2023-01-31 01:45:04下载
- 积分:1
-
室内场景漫游实例,还有碰撞检测这一功能,很不错的
室内场景漫游实例,还有碰撞检测这一功能,很不错的-Examples of indoor scenes roaming, as well as the collision detection function, it is good
- 2022-07-16 02:13:15下载
- 积分: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