-
_基于opengl 利用vc++开发的 3ds模型 导入软件 可对模型进行可视化修改...
_基于opengl 利用vc++开发的 3ds模型 导入软件 可对模型进行可视化修改-_ Based on the use of opengl in vc++ to develop software to import 3ds model to modify the model visualization
- 2022-02-06 19:19:00下载
- 积分:1
-
粒子系统。粒子的生命,颜色,衰减等的模拟。以及向外发散的效果。
粒子系统。粒子的生命,颜色,衰减等的模拟。以及向外发散的效果。-Particle system. Particles of life, color, attenuation of the simulation. As well as the outward divergent results.
- 2023-03-14 12:15:04下载
- 积分:1
-
程序再opengl场景中引入了3d模型,再VC下课能不能运行,因为只是给出了示例代码,没有3D模型...
程序再opengl场景中引入了3d模型,再VC下课能不能运行,因为只是给出了示例代码,没有3D模型-the procedures opengl scene introduced a 3d model, VC school can not run, because it is only given sample code, no 3D model
- 2023-07-07 06:55:03下载
- 积分:1
-
qt4+vs2010建立opengl 3d图形 使用glut库实现旋转 纹理映射 放大缩小 比例
首先要添加 glut库到qt 清查看glutdll库里的说明文档
在qt484+vs2010下编辑 运行正常
F键位选择纹理滤波的方式
B键位选择是否采用色彩融合
......
- 2022-05-13 13:15:57下载
- 积分:1
-
visualc opengl application development on a full code, a total of 23 source code...
visualc++opengl应用程序开发一书的全部代码,一共23个源代码,有很高的实用价值-visualc opengl application development on a full code, a total of 23 source code, have high practical value
- 2022-09-05 07:10:04下载
- 积分:1
-
采用opengl实现简单的三维场景,并实现旋转缩放功能。纹理图片需与可执行文件放在同一文件夹下...
采用opengl实现简单的三维场景,并实现旋转缩放功能。纹理图片需与可执行文件放在同一文件夹下-Opengl realize the use of a simple three-dimensional scenes, and the zoom feature to achieve rotation. Texture picture to be with the executable file on the same folder
- 2022-07-13 18:39:36下载
- 积分:1
-
利用opengl绘制三次bezier曲线,B
利用opengl绘制三次bezier曲线,B--绘制曲线 C--全部重绘 E--重绘曲线 Q--退出-Use opengl rendering three Bezier curves, B drawn curve C all redraw redraw E curve Q Quit
- 2022-03-21 00:13:33下载
- 积分:1
-
利用MFC开发的OpenGL开发包!
利用MFC开发的OpenGL开发包!-the developing packed is developed by MFC.
- 2022-02-15 10:59:25下载
- 积分:1
-
这个例子演示了使用OpenGL创建一支蜡烛火焰的影响…
该例子演示了使用OPENGL创建蜡烛火焰的效果,包含完整源代码,使学习游戏中火焰粒子运动及爆炸粒子运动的好-The example demonstrates the use of OpenGL to create the effect of a candle flame, including complete source code, make learning games flame particle and particle explosion good Dongdong
- 2022-07-12 11:22:16下载
- 积分:1
-
OpenGL範例-點線面
/* simple painting program with text, lines, triangles,
rectangles, and points */
#include
#include
#include
#define NULL 0
#define LINE 1
#define RECTANGLE 2
#define TRIANGLE 3
#define POINTS 4
#define TEXT 5
- 2022-06-11 23:47:06下载
- 积分:1