#include <SmokeVol.h>
Public Types | |
| enum | eRenderingMethod { ParticlesOnly, Billboards, TexturedBillboards } |
| Defines available rendering methods for smoke. | |
Static Public Member Functions | |
| static void | Init () |
| Initializes rendering method to default one. | |
| static eRenderingMethod | getMethod () |
| Returns smoke rendering method type. | |
| static void | changeMethod (eRenderingMethod method) |
| Allows to change smoke rendering type. | |
Static Private Attributes | |
| static eRenderingMethod | sr_method = TSmokeVol::TRendering::TexturedBillboards |
| actual rendering method | |
|
|
Allows to change smoke rendering type.
|
1.4.6-NO