Uses of Class
com.marginallyclever.ro3.mesh.Mesh
Packages that use Mesh
Package
Description
-
Uses of Mesh in com.marginallyclever.convenience
Methods in com.marginallyclever.convenience that return MeshModifier and TypeMethodDescriptionstatic MeshPrimitiveSolids.drawBoxWireframe(com.jogamp.opengl.GL3 gl, javax.vecmath.Tuple3d bottom, javax.vecmath.Tuple3d top) Draw box based on two cornersstatic MeshPrimitiveSolids.drawCircleXY(double radius, int steps) Deprecated. -
Uses of Mesh in com.marginallyclever.convenience.bezier3
Methods in com.marginallyclever.convenience.bezier3 that return Mesh -
Uses of Mesh in com.marginallyclever.convenience.helpers
Methods in com.marginallyclever.convenience.helpers that return MeshMethods in com.marginallyclever.convenience.helpers with parameters of type Mesh -
Uses of Mesh in com.marginallyclever.ro3.mesh
Methods in com.marginallyclever.ro3.mesh that return MeshModifier and TypeMethodDescriptionMeshFactoryDialog.getMesh()MeshChooserDialog.getSelectedItem()AABB.getShape()Makes sure to only load one instance of each source file.Methods in com.marginallyclever.ro3.mesh that return types with arguments of type MeshMethods in com.marginallyclever.ro3.mesh with parameters of type MeshModifier and TypeMethodDescriptionstatic voidMeshNormalBuilder.buildNormals(Mesh mesh) voidvoidMeshChooserDialog.itemRemoved(Object source, Mesh item) voidvoidMeshChooserDialog.setSelectedItem(Mesh mesh) voidstatic voidMeshSmoother.smoothNormals(Mesh model, float vertexEpsilon, float normalEpsilon) Smooth normals. -
Uses of Mesh in com.marginallyclever.ro3.mesh.load
Methods in com.marginallyclever.ro3.mesh.load with parameters of type MeshModifier and TypeMethodDescriptionvoidLoad3MF.load(BufferedInputStream inputStream, Mesh model) voidLoadAMF.load(BufferedInputStream inputStream, Mesh model) voidLoadOBJ.load(BufferedInputStream inputStream, Mesh model) voidLoadPLY.load(BufferedInputStream inputStream, Mesh model) voidLoadSTL.load(BufferedInputStream inputStream, Mesh model) voidMeshLoader.load(BufferedInputStream inputStream, Mesh model) Load data from stream -
Uses of Mesh in com.marginallyclever.ro3.mesh.proceduralmesh
Subclasses of Mesh in com.marginallyclever.ro3.mesh.proceduralmeshModifier and TypeClassDescriptionclassclassclassclassclassclassGenerativeMeshis aMeshthat is generated procedurally by some other part of the system.classclassclassclass -
Uses of Mesh in com.marginallyclever.ro3.mesh.save
Methods in com.marginallyclever.ro3.mesh.save with parameters of type MeshModifier and TypeMethodDescriptionvoidMeshSaver.save(OutputStream outputStream, Mesh model) save data from model to outputStreamvoidSaveSTL.save(OutputStream outputStream, Mesh model) -
Uses of Mesh in com.marginallyclever.ro3.node.nodes.pose.poses
Methods in com.marginallyclever.ro3.node.nodes.pose.poses that return MeshMethods in com.marginallyclever.ro3.node.nodes.pose.poses with parameters of type Mesh