Description: Engine Introduction
Many people have asked me for the DirectX demo C++ source code, so here it is. The Demo framework I ve build for creating the demos consist of the following components:
* Kernel system, with scene manager, camera and simple culling.
* Model loading (.x files) and collision detection. I ve made my models with Delgine and exported to .x file.
* The usual frustum, resource, log classes etc.
* Rendering with HLSL shader (no fixed function pipeline drawing).
* Cube and stencil shadows. Environment mapping onto object.
* Settings manager for parsing simple setup data from text file.
* HUD elements and UI buttons.
* Simple emitter system for smoke and fire effects.
* Screen distort effects (haze effects etc).
* Skybox and clouds, just to avoid a blue/black background.
* ODE physic integration so we can throw around with simple objects.
* TODO: Skinning animations, add level editor, and a lot more ... Platform: |
Size: 17540096 |
Author:bokyaw |
Hits:
Description: 本人用c++ openGL写的一个汽车小程序,里面涵盖了简单的shader, 各种不同的光的渲染,skybox, 跟踪视角,天空视角, 碰撞体积-A car driving game programe which using c++ openGL, which covers a simple shader, a variety of light rendering , skybox, track angle view, sky view, the collision volume. Platform: |
Size: 6192128 |
Author:tjq |
Hits: