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 Mesh
PrimitiveSolids.drawBoxWireframe
(com.jogamp.opengl.GL3 gl, javax.vecmath.Tuple3d bottom, javax.vecmath.Tuple3d top) Draw box based on two cornersstatic Mesh
PrimitiveSolids.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 void
MeshNormalBuilder.buildNormals
(Mesh mesh) void
void
MeshChooserDialog.itemRemoved
(Object source, Mesh item) void
void
MeshChooserDialog.setSelectedItem
(Mesh mesh) void
static void
MeshSmoother.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 TypeMethodDescriptionvoid
Load3MF.load
(BufferedInputStream inputStream, Mesh model) void
LoadAMF.load
(BufferedInputStream inputStream, Mesh model) void
LoadOBJ.load
(BufferedInputStream inputStream, Mesh model) void
LoadPLY.load
(BufferedInputStream inputStream, Mesh model) void
LoadSTL.load
(BufferedInputStream inputStream, Mesh model) void
MeshLoader.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 TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of Mesh in com.marginallyclever.ro3.mesh.save
Methods in com.marginallyclever.ro3.mesh.save with parameters of type MeshModifier and TypeMethodDescriptionvoid
MeshSaver.save
(OutputStream outputStream, Mesh model) save data from model to outputStreamvoid
SaveSTL.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