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 with parameters of type Mesh -
Uses of Mesh in com.marginallyclever.ro3.mesh
Methods in com.marginallyclever.ro3.mesh that return MeshModifier and TypeMethodDescriptionMakes sure to only load one instance of each source file.Get a mesh from the pool, loading it if necessary, and applying a scale factor.MeshFactoryDialog.getMesh()MeshChooserDialog.getSelectedItem()Methods in com.marginallyclever.ro3.mesh that return types with arguments of type MeshModifier and TypeMethodDescriptionMeshFactory.getAllResources()MeshFactory.getResources(Lifetime lifetime) Get all meshes in the pool with a specific lifetime.Methods in com.marginallyclever.ro3.mesh with parameters of type MeshModifier and TypeMethodDescriptionvoidAdd a mesh to the pool if it is not already present.static voidMeshNormalBuilder.buildNormals(Mesh mesh) voidvoidMeshChooserDialog.itemRemoved(Object source, Mesh item) voidvoidMeshFactory.removeFromPool(Mesh mesh) Remove a mesh from the pool.static voidScale the mesh by the given factor.voidMeshChooserDialog.setSelectedItem(Mesh mesh) static voidMeshHelper.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.environment
Methods in com.marginallyclever.ro3.node.nodes.environment that return Mesh -
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