Uses of Interface
toxi.util.datatypes.ItemIndex
Packages that use ItemIndex
-
Uses of ItemIndex in toxi.newmesh
Classes in toxi.newmesh that implement ItemIndexFields in toxi.newmesh declared as ItemIndexMethods in toxi.newmesh that return ItemIndexModifier and TypeMethodDescriptionIndexedTriangleMesh.getAttributeIndex
(String attID) abstract ItemIndex<?>
MeshAttributeCompiler.getIndex()
ItemIndex<?>
MeshFaceNormalCompiler.getIndex()
ItemIndex<?>
MeshUVCompiler.getIndex()
ItemIndex<?>
MeshVertexColorCompiler.getIndex()
ItemIndex<?>
MeshVertexCompiler.getIndex()
ItemIndex<?>
MeshVertexNormalCompiler.getIndex()
Methods in toxi.newmesh with parameters of type ItemIndexModifier 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
Classes in toxi.util.datatypes that implement ItemIndexModifier 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.