Class ModelModifier<T extends ModiferSettings>
java.lang.Object
team.lodestar.lodestone.systems.model.obj.modifier.ModelModifier<T>
- Direct Known Subclasses:
TriangulateModifier
-
Field Summary
Fields -
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.
-
Field Details
-
settings
-
-
Constructor Details
-
ModelModifier
-
-
Method Details
-
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.
-