|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.scene.Mesh
com.jme3.scene.debug.WireSphere
public class WireSphere
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.jme3.scene.Mesh |
---|
Mesh.Mode |
Constructor Summary | |
---|---|
WireSphere()
|
|
WireSphere(float radius)
|
Method Summary | |
---|---|
void |
fromBoundingSphere(BoundingSphere bsph)
Create a WireSphere from a BoundingSphere |
void |
updatePositions(float radius)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WireSphere()
public WireSphere(float radius)
Method Detail |
---|
public void updatePositions(float radius)
public void fromBoundingSphere(BoundingSphere bsph)
bsph
- BoundingSphere used to create the WireSphere
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |