Package toxi.newmesh

Class MeshAttributeCompiler

java.lang.Object
toxi.newmesh.MeshAttributeCompiler
Direct Known Subclasses:
MeshFaceNormalCompiler, MeshUVCompiler, MeshVertexColorCompiler, MeshVertexCompiler, MeshVertexNormalCompiler

public abstract class MeshAttributeCompiler extends Object
  • Constructor Details

    • MeshAttributeCompiler

      public MeshAttributeCompiler()
  • Method Details

    • compileFace

      public abstract void compileFace(AttributedFace f, ItemIndex<?> index, float[] buf, int offset)
    • getIndex

      public abstract ItemIndex<?> getIndex()
    • getStride

      public abstract int getStride()
    • setMesh

      public void setMesh(IndexedTriangleMesh mesh)