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: 利用DirectX编写的简易天空盒,内部有贴图,适用于初学DirectX者,注:高手勿看-Write simple sky box use DirectX.There are many mapping in the package,For DirectX beginners.Note: Do not see it,if you are a master~ Platform: |
Size: 5487616 |
Author:yulingyu |
Hits:
Description: 基于DirectX编写的3D软件框架,实现了天空盒、雾化、雪花粒子特效、摄像机漫游、骨骼动画、广告牌技术等,供新手学习用。-DirectX 3D software written framework the skybox, atomization, snow particle effects, camera roaming, skeletal animation, billboards technology for novices to learn. Platform: |
Size: 8109056 |
Author:顺 |
Hits: