java.lang.Object
com.marginallyclever.ro3.mesh.Mesh
com.marginallyclever.ro3.mesh.proceduralmesh.ProceduralMesh
Direct Known Subclasses:
Box, Capsule, CircleXY, Cylinder, Decal, Grid, Sphere

public abstract class ProceduralMesh extends Mesh
  • Constructor Details

    • ProceduralMesh

      public ProceduralMesh()
  • Method Details

    • updateModel

      public abstract void updateModel()
      Procedurally generate a list of triangles and update the bounding box.
    • getEnglishName

      public abstract String getEnglishName()
    • toJSON

      public org.json.JSONObject toJSON()
    • fromJSON

      public void fromJSON(org.json.JSONObject from)