Class ModelPart

java.lang.Object
com.jozufozu.flywheel.core.hardcoded.ModelPart
All Implemented Interfaces:
Model

public class ModelPart extends Object implements Model
  • Constructor Details

  • Method Details

    • builder

      public static PartBuilder builder(String name, int sizeU, int sizeV)
    • name

      public String name()
      Description copied from interface: Model
      A name uniquely identifying this model.
      Specified by:
      name in interface Model
    • vertexCount

      public int vertexCount()
      Specified by:
      vertexCount in interface Model
      Returns:
      The number of vertices the model has.
    • getReader

      public VertexList getReader()
      Specified by:
      getReader in interface Model
    • getType

      public VertexType getType()
      Specified by:
      getType in interface Model
    • delete

      public void delete()
      Specified by:
      delete in interface Model