source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/Standalone/Explosion [DirectX]/ReadMe.txt @ 3255

Revision 3255, 992 bytes checked in by szirmay, 15 years ago (diff)
Line 
1This application demonstrates spherical billboards. Spherical billboards treate particles as spheres while still render them as quads. During fragment processing the spherical geometry of particles are considered. The main idea is to compute the real length a light ray travells inside a particle and alter it's opacity according this information. This way typicall billboard rendering artifacts such as billboard clipping and popping (sudden appear or dissapear of billboards because of frontplane clipping) can be eliminated.
2
3The demo also demonstrates realistic fire and smoke shading, as well as post processing effects like heat shimmering and motion blur.
4
5Usage:
6------
7Mouse controlls the camera orientation.
8Sliders adjust fire, smoke and dust optical parameters, and post processing effects.
9
10Run:
11-----
12Copy Explosion.exe (from the Debug or Release directory) to the solution'S directory and run.
13
14Build:
15------
16Simply run and build the solution (Explosion.sln)
17
Note: See TracBrowser for help on using the repository browser.