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 Link icon

    • WireSphere Link icon

      public WireSphere()
    • WireSphere Link icon

      public WireSphere(float radius)
  • Method Details Link icon

    • updatePositions Link icon

      public void updatePositions(float radius)
    • fromBoundingSphere Link icon

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