-
OpenGL的绘制烟花程序,非常漂亮,可以绘制不同形状的烟花
OpenGL的绘制烟花程序,非常漂亮,可以绘制不同形状的烟花-fireworks OpenGL rendering procedures, very pretty, drawing different shapes of fireworks
- 2022-03-06 04:16:10下载
- 积分: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 effects : transparent objects and bring light, transparent objects flu but to shine
- 2022-03-29 06:56:43下载
- 积分:1
-
一个基于OpenGL做的鱼群动画,点击鼠标可以形成涟漪
一个基于OpenGL做的鱼群动画,点击鼠标可以形成涟漪-an OpenGL-based animation do fish, the clicking of the mouse can create a ripple
- 2022-02-13 01:14:12下载
- 积分:1
-
这是一本很好的opengl书籍,都是以具体例子来讲解opengl的,对于初学者很有帮助
这是一本很好的opengl书籍,都是以具体例子来讲解opengl的,对于初学者很有帮助-This is a very good opengl books, are based on concrete examples to explain the opengl and helpful for beginners
- 2022-01-25 15:47:02下载
- 积分:1
-
Windows下的Opengl的一个四元数摄像机类库。
Windows下的Opengl的一个四元数摄像机类库。-the Windows Opengl of a quaternion cameras library.
- 2022-05-25 04:08:15下载
- 积分:1
-
OpenGL三维图形开发环境设计三
OpenGL三维图形开发环境 OpenGL三维图形开发环境设计-OpenGL 3D OpenGL graphics development environment designed three-dimensional graphics development environment
- 2022-03-10 17:53:50下载
- 积分:1
-
读取STL模型文件和OpenGL环境下显示和相关操作
读取stl模型文件,并在opengl环境下,显示和进行相关操作-read stl model documents and opengl environment, display and related operations
- 2022-03-22 20:59:13下载
- 积分:1
-
OpenGL 3
OpenGL三维图形系统开发与实例-OpenGL 3-D graphics system development and examples
- 2023-09-02 18:45:04下载
- 积分:1
-
gltools头文件源码
该库函数在OpenGL绘制真实感三维图形时,是必须加载的。网上下载的基本不能用,我从一本教材中发现了该库函数,并将其打印出来分享。
- 2023-09-04 22:50:02下载
- 积分:1