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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.jozufozu.flywheel.api.ModelSupplier
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    createGlueModel(com.jozufozu.flywheel.core.vertex.PosTexNormalWriterUnsafe buffer)
     
    com.jozufozu.flywheel.api.vertex.VertexList
     
     
    int
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.jozufozu.flywheel.core.model.Model

    createEBO, empty, getType, size, writeInto
  • Field Details

    • INSTANCE

      public static final com.jozufozu.flywheel.api.ModelSupplier INSTANCE
  • Constructor Details

    • GlueModel

      protected GlueModel()
  • Method Details

    • 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)