-
opengl+vc++开发的水的模型,很不错的程序
opengl+vc++开发的水的模型,很不错的程序-opengl+ vc++ developed water model, very good procedures
- 2023-04-17 21:00:03下载
- 积分:1
-
how vc development environment, using opengl library to prepare a light, materia...
如何在vc的开发环境下,利用opengl函数库来编写一个光照,材质的例子。-how vc development environment, using opengl library to prepare a light, material examples.
- 2022-03-20 21:40:44下载
- 积分:1
-
利用VC++6.0和OpenGl实现的球体的旋转,可以选择有无球面等简单的效果,鼠标拖拽方面也很实用。...
利用VC++6.0和OpenGl实现的球体的旋转,可以选择有无球面等简单的效果,鼠标拖拽方面也很实用。-Using VC++6.0 and OpenGl implementation of the rotation of the ball, you can choose whether or not the effect of spherical and so easy, drag the mouse is also very practical.
- 2023-02-18 08:25:03下载
- 积分:1
-
采用opengl和粒子系统做的一个烟火的动画!初学者或者有一定编程能力的人可以参考!...
采用opengl和粒子系统做的一个烟火的动画!初学者或者有一定编程能力的人可以参考!-using opengl particle system and do a pyrotechnics animation! A beginner or a certain programming capabilities can reference!
- 2022-02-13 13:11:39下载
- 积分:1
-
实现了3D效果的水波纹扩散,鼠标点击扩散
实现了3D效果的水波纹扩散,鼠标点击扩散-achieve the 3D effect of water bellows proliferation, the spread of the mouse click
- 2022-01-26 00:59:59下载
- 积分:1
-
opengl开发环境设置,在场景中实现爆炸的三维效果
opengl开发环境设置,在场景中实现爆炸的三维效果-opengl development environment settings, the scenes to achieve the 3-D effect of the explosion
- 2022-07-09 13:31:45下载
- 积分:1
-
一个最基础的OpenGL示例程序,非常适合熟悉VC,但未接触过OpenGL的朋友学习.展示的动画效果明晰....
一个最基础的OpenGL示例程序,非常适合熟悉VC,但未接触过OpenGL的朋友学习.展示的动画效果明晰.-one of the most basic procedures OpenGL examples, very familiar with the appropriate VC, but not come into contact with the OpenGL friends learning. The animation display clarity.
- 2022-03-17 19:29:49下载
- 积分: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
-
使用键盘在三维空间中的运动
Movement of a cube using a Keyboard in 3D-Movement of a cube using a Keyboard in 3D.......
- 2022-07-02 07:32:10下载
- 积分:1
-
OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。...
OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。-My learning process of NEHE S OpenGL tutorial, help you learn the basic working process of OpenGL
- 2022-03-04 11:10:39下载
- 积分:1