TModifierFlags Struct Reference
[Data Structures]
List of all members.
Detailed Description
Flags used with I3DExModifier::GetModifierFlags
Member Enumeration Documentation
- Enumerator:
kTreeModifier |
The modifier performs changes on the tree (behavior in RDS).
|
kDeformModifier |
The modifier changes the geometry (deformer in RDS).
|
kDisableBackFacing |
The modifier opens the geometry and needs to turn off back face culling (eg explode).
|
Constructor & Destructor Documentation
TModifierFlags::TModifierFlags |
( |
|
) |
[inline] |
Member Function Documentation
boolean TModifierFlags::IsBackfacingDisabled |
( |
|
) |
const [inline] |
Returns true if The modifier opens the geometry and needs to turn off back face culling (eg explode)
boolean TModifierFlags::IsDeformModifier |
( |
|
) |
const [inline] |
Returns true if the modifier changes the geometry (deformer in RDS)
boolean TModifierFlags::IsTreeModifier |
( |
|
) |
const [inline] |
Returns true if the modifier performs changes on the tree (behavior in RDS)
The documentation for this struct was generated from the following file: