Class WireSphere

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

public class WireSphere extends Mesh
  • Constructor Details

    • WireSphere

      public WireSphere()
    • WireSphere

      public WireSphere(float radius)
  • Method Details

    • updatePositions

      public void updatePositions(float radius)
    • fromBoundingSphere

      public void fromBoundingSphere(BoundingSphere bsph)
      Create a WireSphere from a BoundingSphere
      Parameters:
      bsph - BoundingSphere used to create the WireSphere