public class TriangulateModifier extends Modifier
ARMATURE_MODIFIER_DATA, ARRAY_MODIFIER_DATA, invalid, MIRROR_MODIFIER_DATA, modifying, OBJECT_ANIMATION_MODIFIER_DATA, PARTICLE_MODIFIER_DATA, SUBSURF_MODIFIER_DATA
Constructor and Description |
---|
TriangulateModifier(Structure objectStructure,
Structure modifierStructure,
BlenderContext blenderContext)
This constructor reads animation data from the object structore.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(Node node,
BlenderContext blenderContext)
This method applies the modifier to the given node.
|
canBeAppliedMultipleTimes, getTemporalMesh, isModifying, postMeshCreationApply, validate
public TriangulateModifier(Structure objectStructure, Structure modifierStructure, BlenderContext blenderContext) throws BlenderFileException
objectStructure
- the structure of the objectmodifierStructure
- the structure of the modifierblenderContext
- the blender contextBlenderFileException
- this exception is thrown when the blender file is somehow
corruptedpublic void apply(Node node, BlenderContext blenderContext)
Modifier