java.lang.Object
com.simibubi.create.content.contraptions.components.structureMovement.glue.GlueModel
All Implemented Interfaces:
com.jozufozu.flywheel.core.model.Model

public class GlueModel extends Object implements com.jozufozu.flywheel.core.model.Model
  • Field Details

    • INSTANCE

      public static final GlueModel INSTANCE
  • Method Details

    • get

      public static GlueModel get()
    • name

      public String name()
      Specified by:
      name in interface com.jozufozu.flywheel.core.model.Model
    • vertexCount

      public int vertexCount()
      Specified by:
      vertexCount in interface com.jozufozu.flywheel.core.model.Model
    • getReader

      public com.jozufozu.flywheel.api.vertex.VertexList getReader()
      Specified by:
      getReader in interface com.jozufozu.flywheel.core.model.Model
    • createGlueModel

      public static void createGlueModel(com.jozufozu.flywheel.core.vertex.PosTexNormalWriterUnsafe buffer)