Location:
Search - frustum directx
Search list
Description: 一个完整的裁剪体和摄像机程序,包括裁剪体类Frustum的构造及其判断是非在其内的方法等,还有摄像机的方法更新等,非常实用!-a complete body and camera cutting procedures including cutting Frustum body type and the structure in its judgment of the method, etc. there are ways to update the camera, a very practical!
Platform: |
Size: 29696 |
Author: Rod |
Hits:
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下 Viewing Frustum 的实现。 这里介绍的算法,可以直接从世界、观察以及投影矩阵中计算出Viewing Frustum的六个面。它快速,准确,并且允许我们在相机空间(camera space)、世界空间(world space)或着物体空间(object space)快速确定Frustum planes。
-DIRECT the three planes in the game programming to introduce a small example program DIRECTX
Platform: |
Size: 1465344 |
Author: aaron |
Hits: