-
use opengl VC and prepared a counter achieve the function of the process
运用VC++和opengl编写的一个实现计数器的功能的程序-use opengl VC and prepared a counter achieve the function of the process
- 2022-03-19 10:49:54下载
- 积分:1
-
利用OPENGL做出简单的3D 射击游戏
利用OPENGL 做出简单的3D 射击游戏,包括人物的移动、视野以及发射子弹与障碍物的碰撞。
- 2022-02-04 13:27:56下载
- 积分:1
-
OpenGL深度测试画茶壶
OpenGL深度测试画茶壶-OpenGL depth testing painted teapot
- 2023-06-02 15:50:03下载
- 积分:1
-
nehe的opengl教程第44课,nehe的教程十分出名,是初学者必备
nehe的opengl教程第44课,nehe的教程十分出名,是初学者必备-opengl tutorial nehe of the 44th Division, nehe the tutorial is very well known, is essential for beginners
- 2022-11-01 09:55:03下载
- 积分:1
-
自己的函数遍的机器人
自己的函数遍的机器人-Times a function of their own robot
- 2022-03-17 10:57:43下载
- 积分: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
-
用vc++和opengl开发实现的反走样程序,用两个移动的物体来演示...
用vc++和opengl开发实现的反走样程序,用两个移动的物体来演示-with vc and borders to achieve the anti-aliasing procedures, the use of two mobile objects to demonstration
- 2023-04-12 15:50:04下载
- 积分:1
-
使用opengl开发的天空和水的效果,内附源码
使用opengl开发的天空和水的效果,内附源码-Use opengl development of the effects of sky and water, enclosing the source
- 2022-03-22 15:53:07下载
- 积分:1
-
《OpenGL超级宝典》光盘附带源码 很基础很实用 第10章
《OpenGL超级宝典》光盘附带源码 很基础很实用 第10章
- 2022-06-28 17:04:06下载
- 积分:1
-
VS2008上应用OSG
这是关于怎么样在VC工程下,开辟一个线程来应用osg库来实现三维可视化,这里提供了文档说明实现mfc和osg相结合的方法。通过在视图类中调用osg线程,实现程序的三维可视化。
- 2023-05-16 09:40:03下载
- 积分:1