node3d_properties.h File Reference

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...
 

Function Documentation

Matrix4x4 getFinalTransformation ( ) const
void setFinalTransformation ( Matrix4x4  value)
float getFrustumCullMargin ( ) const
void setFrustumCullMargin ( float  value)

Variable Documentation

PropertyType<Matrix4x4> FinalTransformationProperty
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).

See also
setFinalTransformation(), getFinalTransformation()
PropertyType<float> FrustumCullMarginProperty
static

FrustumCullMargin property.

The default value is 0.0f.

See also
setFrustumCullMargin(), getFrustumCullMargin()