Uses of Class
toxi.newmesh.AttributedFace
Packages that use AttributedFace
-
Uses of AttributedFace in toxi.newmesh
Fields in toxi.newmesh with type parameters of type AttributedFaceModifier and TypeFieldDescriptionAttributedEdge.faces
final ArrayList<AttributedFace>
IndexedTriangleMesh.faces
Methods in toxi.newmesh that return types with arguments of type AttributedFaceModifier and TypeMethodDescriptionIndexedTriangleMesh.getFaces()
IndexedTriangleMesh.getFacesForVertex
(Vec3D v) Methods in toxi.newmesh with parameters of type AttributedFaceModifier 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)