Class ModelModifier
java.lang.Object
team.lodestar.lodestone.modules.rendering.model.obj.modifier.ModelModifier
- Direct Known Subclasses:
CopyWithPoseModifier,PoseModifier,TriangulateModifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidapply(IndexedModel model) Apply the modification to the wholeIndexedModel.abstract voidapply(IndexedModel model, IndexedMesh mesh) Apply the modification to a specificIndexedMeshin anIndexedModel.voidapplyEarly(ObjParser.Builder parsedModel) Apply the modification to the model before it is built.
-
Constructor Details
-
ModelModifier
public ModelModifier()
-
-
Method Details
-
applyEarly
Apply the modification to the model before it is built.- Parameters:
parsedModel- The model that is being built.
-
apply
Apply the modification to the wholeIndexedModel.- Parameters:
model- The model to apply the modification to.
-
apply
Apply the modification to a specificIndexedMeshin anIndexedModel.- Parameters:
model- The model that contains the mesh.mesh- The mesh to apply the modification to.
-