Uses of Class
toxi.newmesh.AttributedFace
-
Uses of AttributedFace in toxi.newmesh
Modifier and TypeFieldDescriptionAttributedEdge.faces
final ArrayList<AttributedFace>
IndexedTriangleMesh.faces
Modifier and TypeMethodDescriptionIndexedTriangleMesh.getFaces()
IndexedTriangleMesh.getFacesForVertex
(Vec3D v) Modifier and TypeMethodDescriptionvoid
AttributedEdge.addFace
(AttributedFace f) IndexedTriangleMesh.addFaceAttribute
(AttributedFace f, String attrib, Object attA, Object attB, Object attC) IndexedTriangleMesh.addFaceAttributes
(AttributedFace f, HashMap<String, Object[]> attribs) abstract 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) IndexedTriangleMesh.extrudeFace
(AttributedFace f, Vec3D offset, float scale) IndexedTriangleMesh.getFaceAsTriangle
(AttributedFace f) Object[]
IndexedTriangleMesh.getFaceAttribValues
(AttributedFace f, String att) IndexedTriangleMesh.getFaceAttribValues
(AttributedFace f, String... attribs) final Vec3D[]
IndexedTriangleMesh.getFaceVertices
(AttributedFace f, Vec3D[] verts) IndexedTriangleMesh.removeFace
(AttributedFace f)