Uses of Interface
toxi.util.datatypes.ItemIndex
-
Uses of ItemIndex in toxi.newmesh
Modifier and TypeMethodDescriptionIndexedTriangleMesh.getAttributeIndex
(String attID) abstract ItemIndex<?>
MeshAttributeCompiler.getIndex()
ItemIndex<?>
MeshFaceNormalCompiler.getIndex()
ItemIndex<?>
MeshUVCompiler.getIndex()
ItemIndex<?>
MeshVertexColorCompiler.getIndex()
ItemIndex<?>
MeshVertexCompiler.getIndex()
ItemIndex<?>
MeshVertexNormalCompiler.getIndex()
Modifier and TypeMethodDescriptionabstract void
MeshAttributeCompiler.compileFace
(AttributedFace f, ItemIndex<?> index, float[] buf, int offset) void
MeshFaceNormalCompiler.compileFace
(AttributedFace f, ItemIndex<?> index, float[] buf, int offset) void
MeshUVCompiler.compileFace
(AttributedFace f, ItemIndex<?> index, float[] buf, int offset) void
MeshVertexColorCompiler.compileFace
(AttributedFace f, ItemIndex<?> index, float[] buf, int offset) void
MeshVertexCompiler.compileFace
(AttributedFace f, ItemIndex<?> index, float[] buf, int offset) void
MeshVertexNormalCompiler.compileFace
(AttributedFace f, ItemIndex<?> index, float[] buf, int offset) -
Uses of ItemIndex in toxi.util.datatypes
Modifier and TypeClassDescriptionclass
This class is used to build an unique set of items and offers a bi-directional mapping between items and their associated ID values.