-
Opengl高级编程与可视化系统开发(系统开发篇)的源码,包括三维场景编辑器,三维地形模拟,粒子系统等多个软件的源代码....
Opengl高级编程与可视化系统开发(系统开发篇)的源码,包括三维场景编辑器,三维地形模拟,粒子系统等多个软件的源代码.-Opengl visualization of high-level programming and system development (system development chapter) of the source, including three-dimensional scene editor, three-dimensional topography simulation, particle system and many other software
- 2023-07-28 07:20:05下载
- 积分:1
-
VC实现的非常漂亮的工作界面,支持换皮肤,有一定的参考意义...
VC实现的非常漂亮的工作界面,支持换皮肤,有一定的参考意义-VC very nice job interface, support for the skin, a certain reference
- 2023-03-30 00:00:04下载
- 积分:1
-
用OpenGL实现对环境光、物体质材、颜色等多种结合起来的模拟程序界面等各方面的都源于自己的设计,,Visual C++...
用OpenGL实现对环境光、物体质材、颜色等多种结合起来的模拟程序界面等各方面的都源于自己的设计,,Visual C++
-use OpenGL light on the environment, on physical build, color combination of a variety of simulation program interface, and other aspects of their originates in the design, Visual C
- 2023-06-26 05:20:04下载
- 积分:1
-
一个简单的OPENGL源程序,看后会很有收获
一个简单的OPENGL源程序,看后会很有收获-a simple OpenGL source, it would be useful to see after harvest
- 2022-03-23 20:36:48下载
- 积分:1
-
贪吃蛇游戏
#include < stdio.h >
#include < time.h >
#include < windows.h >
#include < gl/glut.h >
#define 1
#define 下 2
#define 左 3
#define 右 4
状态变量
闪烁
- 2022-02-07 21:32:42下载
- 积分:1
-
STL三维打印
该代码主要是基于Qt平台的,以C++语言编程来写的三维建模和切片软件,读入STL文件进行显示,移动,放大,缩小灯操作的
- 2023-07-18 06:35:04下载
- 积分:1
-
学习如何映射有很多好处。我们说你想要一个导弹…
光照和键盘控制:
添加光照和键盘控制,它让程序看起来更美观。
-Learning how to texture map has many benefits. Lets say you wanted a missile to fly across the screen. Up until this tutorial we d probably make the entire missile out of polygons, and fancy colors. With texture mapping, you can take a real picture of a missile and make the picture fly across the screen. Which do you think will look better? A photograph or an object made up of triangles and squares? By using texture mapping, not only will it look better, but your program will run faster. The texture mapped missile would only be one quad moving across the screen. A missile made out of polygons could be made up of hundreds or thousands of polygons. The single texture mapped quad will use alot less processing power.
- 2022-05-15 07:48:56下载
- 积分:1
-
ROAM实时LOD地形
MS Visual C + + 6项目文件。需要大量的DLL(www.opengl
- 2022-03-28 17:20:43下载
- 积分:1
-
C#封装的OpenGL 3D游戏引擎
C#封装的OpenGL 3D游戏引擎-C# Package of OpenGL 3D game engine
- 2022-06-02 10:35:02下载
- 积分:1
-
OpenGL light examples source codes
OpenGL light examples source codes
- 2022-03-17 16:06:02下载
- 积分:1