Class PoseModifier
java.lang.Object
team.lodestar.lodestone.systems.model.obj.modifier.ModelModifier
team.lodestar.lodestone.systems.model.obj.modifier.modifiers.PoseModifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(IndexedModel model) Apply the modification to the wholeIndexedModel.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
-
PoseModifier
-
-
Method Details
-
applyEarly
Description copied from class:ModelModifierApply the modification to the model before it is built.- Overrides:
applyEarlyin classModelModifier- Parameters:
parsedModel- The model that is being built.
-
apply
Description copied from class:ModelModifierApply the modification to the wholeIndexedModel.- Specified by:
applyin classModelModifier- Parameters:
model- The model to apply the modification to.
-
apply
Description copied from class:ModelModifierApply the modification to a specificIndexedMeshin anIndexedModel.- Specified by:
applyin classModelModifier- Parameters:
model- The model that contains the mesh.mesh- The mesh to apply the modification to.
-