public class SubdivisionSurfaceModifier 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 |
---|
SubdivisionSurfaceModifier(Structure modifierStructure,
BlenderContext blenderContext)
Constructor loads all necessary modifier data.
|
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 SubdivisionSurfaceModifier(Structure modifierStructure, BlenderContext blenderContext)
modifierStructure
- the modifier structureblenderContext
- the blender contextpublic void apply(Node node, BlenderContext blenderContext)
Modifier