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.facesfinal ArrayList<AttributedFace>IndexedTriangleMesh.facesMethods 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 TypeMethodDescriptionvoidAttributedEdge.addFace(AttributedFace f) IndexedTriangleMesh.addFaceAttribute(AttributedFace f, String attrib, Object attA, Object attB, Object attC) IndexedTriangleMesh.addFaceAttributes(AttributedFace f, HashMap<String, Object[]> attribs) abstract 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) 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)