Class WireBox

java.lang.Object
com.jme3.scene.Mesh
com.jme3.scene.debug.WireBox
All Implemented Interfaces:
Savable, JmeCloneable, Cloneable

public class WireBox extends Mesh
  • Constructor Details

    • WireBox

      public WireBox()
    • WireBox

      public WireBox(float xExt, float yExt, float zExt)
  • Method Details

    • updatePositions

      public void updatePositions(float xExt, float yExt, float zExt)
    • makeGeometry

      public static Geometry makeGeometry(BoundingBox bbox)
      Create a geometry suitable for visualizing the specified bounding box.
      Parameters:
      bbox - the bounding box (not null)
      Returns:
      a new Geometry instance in world space