Uses of Class
toxi.geom.mesh.WETriangleMesh
Packages that use WETriangleMesh
-
Uses of WETriangleMesh in toxi.geom.mesh
Methods in toxi.geom.mesh that return WETriangleMeshModifier and TypeMethodDescriptionAdds all faces from the given mesh to this one.WETriangleMesh.clear()Clears all counters, and vertex & face buffers.WETriangleMesh.copy()Creates a deep clone of the mesh.WETriangleMesh.flipVertexOrder()Flips the vertex ordering between clockwise and anti-clockwise.WETriangleMesh.flipYAxis()WETriangleMesh.getRotatedAroundAxis(Vec3D axis, float theta) WETriangleMesh.getRotatedX(float theta) WETriangleMesh.getRotatedY(float theta) WETriangleMesh.getRotatedZ(float theta) WETriangleMesh.getScaled(float scale) WETriangleMesh.getTranslated(Vec3D trans) WETriangleMesh.pointTowards(ReadonlyVec3D dir) Rotates the mesh in such a way so that its "forward" axis is aligned with the given direction.WETriangleMesh.pointTowards(ReadonlyVec3D dir, ReadonlyVec3D forward) Rotates the mesh in such a way so that its "forward" axis is aligned with the given direction.WETriangleMesh.rotateAroundAxis(Vec3D axis, float theta) WETriangleMesh.rotateX(float theta) WETriangleMesh.rotateY(float theta) WETriangleMesh.rotateZ(float theta) WETriangleMesh.scale(float scale) TriangleMesh.toWEMesh()Applies the given matrix transform to all mesh vertices and updates all face normals.Applies the given matrix transform to all mesh vertices.Methods in toxi.geom.mesh with parameters of type WETriangleMeshModifier and TypeMethodDescriptionvoidLaplacianSmooth.filter(WETriangleMesh mesh, int numIterations) voidWEMeshFilterStrategy.filter(WETriangleMesh mesh, int numIterations) Applies the vertex filter to the given mesh -
Uses of WETriangleMesh in toxi.volume
Methods in toxi.volume that return WETriangleMeshModifier and TypeMethodDescriptionstatic WETriangleMeshMeshLatticeBuilder.build(WETriangleMesh mesh, int res, float stroke) static WETriangleMeshMeshLatticeBuilder.build(WETriangleMesh mesh, int res, FloatRange stroke) MeshLatticeBuilder.buildLattice(WETriangleMesh mesh, Mesh3D targetMesh, float isoValue) Methods in toxi.volume with parameters of type WETriangleMeshModifier and TypeMethodDescriptionstatic WETriangleMeshMeshLatticeBuilder.build(WETriangleMesh mesh, int res, float stroke) static WETriangleMeshMeshLatticeBuilder.build(WETriangleMesh mesh, int res, FloatRange stroke) MeshLatticeBuilder.buildLattice(WETriangleMesh mesh, Mesh3D targetMesh, float isoValue) MeshLatticeBuilder.buildVolume(WETriangleMesh mesh) static VolumetricSpaceMeshLatticeBuilder.buildVolume(WETriangleMesh mesh, int res, float stroke) static VolumetricSpaceMeshLatticeBuilder.buildVolume(WETriangleMesh mesh, int res, FloatRange stroke) MeshLatticeBuilder.buildVolume(WETriangleMesh mesh, VolumetricBrush brush) voidMeshLatticeBuilder.setMesh(WETriangleMesh mesh)