Functions | |
| Matrix4x4 | getFinalTransformation () const |
| Gets the value of FinalTransformationProperty. More... | |
| void | setFinalTransformation (Matrix4x4 value) |
| Sets the value of FinalTransformationProperty. More... | |
| float | getFrustumCullMargin () const |
| Gets the value of FrustumCullMarginProperty. More... | |
| void | setFrustumCullMargin (float value) |
| Sets the value of FrustumCullMarginProperty. More... | |
Variables | |
| static PropertyType< Matrix4x4 > | FinalTransformationProperty |
| FinalTransformation property. More... | |
| static PropertyType< float > | FrustumCullMarginProperty |
| FrustumCullMargin property. More... | |
| Matrix4x4 getFinalTransformation | ( | ) | const |
Gets the value of FinalTransformationProperty.
| void setFinalTransformation | ( | Matrix4x4 | value | ) |
Sets the value of FinalTransformationProperty.
| float getFrustumCullMargin | ( | ) | const |
Gets the value of FrustumCullMarginProperty.
| void setFrustumCullMargin | ( | float | value | ) |
Sets the value of FrustumCullMarginProperty.
|
static |
FinalTransformation property.
The default value is Matrix4x4(1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f).
|
static |
FrustumCullMargin property.
The default value is 0.0f.