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 voidMeshAttributeCompiler.compileFace(AttributedFace f, ItemIndex<?> index, float[] buf, int offset) voidMeshFaceNormalCompiler.compileFace(AttributedFace f, ItemIndex<?> index, float[] buf, int offset) voidMeshUVCompiler.compileFace(AttributedFace f, ItemIndex<?> index, float[] buf, int offset) voidMeshVertexColorCompiler.compileFace(AttributedFace f, ItemIndex<?> index, float[] buf, int offset) voidMeshVertexCompiler.compileFace(AttributedFace f, ItemIndex<?> index, float[] buf, int offset) voidMeshVertexNormalCompiler.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 TypeClassDescriptionclassThis class is used to build an unique set of items and offers a bi-directional mapping between items and their associated ID values.