Uses of Class
com.marginallyclever.ro3.mesh.proceduralmesh.ProceduralMesh
Packages that use ProceduralMesh
-
Uses of ProceduralMesh in com.marginallyclever.ro3.mesh.proceduralmesh
Subclasses of ProceduralMesh in com.marginallyclever.ro3.mesh.proceduralmeshModifier and TypeClassDescriptionclass
class
class
class
class
class
GenerativeMesh
is aMesh
that is generated procedurally by some other part of the system.class
class
class
Methods in com.marginallyclever.ro3.mesh.proceduralmesh that return ProceduralMeshModifier and TypeMethodDescriptionstatic ProceduralMesh
ProceduralMeshFactory.createMesh
(String shapeName) Create a mesh for the given shape name.Methods in com.marginallyclever.ro3.mesh.proceduralmesh with parameters of type ProceduralMeshModifier and TypeMethodDescriptionstatic JPanel
ProceduralMeshFactory.createPanel
(ProceduralMesh mesh)