Class ModelPart
java.lang.Object
com.jozufozu.flywheel.core.hardcoded.ModelPart
- All Implemented Interfaces:
Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PartBuildervoiddelete()getType()name()A name uniquely identifying this model.int
-
Constructor Details
-
ModelPart
-
-
Method Details
-
builder
-
name
Description copied from interface:ModelA name uniquely identifying this model. -
vertexCount
public int vertexCount()- Specified by:
vertexCountin interfaceModel- Returns:
- The number of vertices the model has.
-
getReader
-
getType
-
delete
public void delete()
-