Uses of Class
com.marginallyclever.ro3.mesh.Mesh
Package
Description
-
Uses of Mesh in com.marginallyclever.convenience
Modifier 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
-
Uses of Mesh in com.marginallyclever.convenience.helpers
-
Uses of Mesh in com.marginallyclever.ro3.mesh
Modifier and TypeMethodDescriptionMeshFactoryDialog.getMesh()
MeshChooserDialog.getSelectedItem()
AABB.getShape()
Makes sure to only load one instance of each source file.Modifier 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
Modifier 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.save
Modifier 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.mesh.shapes
Modifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of Mesh in com.marginallyclever.ro3.node.nodes.pose