Package | de.popforge.interpolation |
Class | public final class InterpolationMode |
Constant | Defined by | ||
---|---|---|---|
BAKED : uint = 2 [static] Use pre-calculated values from internal look-up table.
| InterpolationMode | ||
BAKED_LINEAR : uint = 3 [static] Interpolate between baked values.
| InterpolationMode | ||
RUNTIME : uint = 1 [static] Calculate all values at runtime.
| InterpolationMode |
BAKED | constant |
public static const BAKED:uint = 2
Use pre-calculated values from internal look-up table.
BAKED_LINEAR | constant |
public static const BAKED_LINEAR:uint = 3
Interpolate between baked values.
RUNTIME | constant |
public static const RUNTIME:uint = 1
Calculate all values at runtime.