资源列表
OpenSceneGraphReferenceDocs-3.0.0
- OSG3.0帮助文档,是OSG开发的重要资料。-Reference Documents of Open Scene Graphics 3.0
3DStoTexture(OpenGL)
- This a simple 3DS loader in OpenGL.-This is a simple 3DS loader in OpenGL.
DDA_Line
- 计算机图形学基础算法:DDA中点画线法 Bezier样条曲线 圆的扫描转换-DDA dotted line
Improved-fountain-particle-system
- 通过对粒子的操作设计了多个喷泉图形,粒子有产生,有消亡,很多粒子的总体效果就可以产生各种漂亮的图形-designed several fountains graphics by the operation of the particle
labyrinth-problem03
- 二维迷宫 随机生成迷宫路径 并在迷宫之内 随机的位置上释放一个fly 用随机路径运动 碰壁则停止-Two-dimensional maze randomly generated maze within a maze of paths and release a fly with a random path movement rebuffed random stop position
Water
- This demo shows how to render water in your game. Although the technique seems simple, it is really powful and real. The most important is that you can use it immediately in your own project with a little change.Simple is good.We do not have so mu
Particle
- This a good demo shows off how to code a simple particle system in your game. The code is very handy and easy to use in your own project with a little change.You can customize it in your own needs.-This is a good demo shows off how to code a simple p
Tank
- This simple demo shows off some basic concepts when building a simple tank game.Collision detection,particle system(explode effect). You will learn in this demo how to code a game using opengl in your own way.-This is simple demo shows off some bas
openGL_Light
- Example of OpenGL project. This project explains how to use light effect in a OpenGL window
polygon-decomposition
- C语言编写的多边形分解。先画出点,然后右键可以选择把点坐标储存到TXT文件,或者生产多边形。生成多边形后可以分解成三角形。成功通过编译跟运行。文件里面有可以直接运行的程序-C language polygon decomposition. First draw a point, and then you can choose the right point coordinates stored in the TXT file, or the production of a polygon. Af
5-1
- 红宝书原书7版5-1和5-8代码结合。可以绘制多个光照球体并改变不同材料的属性。-Little red book the book 7 5-1 and 5-8 code combination. You can draw multiple light sphere and change the properties of different materials.
1
- 红宝书原书第七版5-6尝试一下,使光源沿物体移动而不是绕着它旋转。-Little red book seventh edition of the novel 5-6 try to make the light along the object rather than move around its rotation.