#include <SmokeVol.h>
Public Types | |
| enum | eInterpolationMethod { Linear, Exponential } |
| Defines available interpolation methods for smoke. | |
Static Public Member Functions | |
| static void | Init () |
| Initializes interpolation method to default one. | |
| static eInterpolationMethod | getMethod () |
| Returns interpolation method type. | |
| static void | changeMethod (eInterpolationMethod method) |
| Allows to change interpolation type. | |
Static Private Attributes | |
| static eInterpolationMethod | si_method = TSmokeVol::TInterpolation::Linear |
| holds smoke interpolation method type | |
|
|
Allows to change interpolation type.
|
1.4.6-NO