public class SphereCollisionShape extends CollisionShape
Modifier and Type | Field and Description |
---|---|
protected float |
radius |
cShape, margin, scale
Modifier | Constructor and Description |
---|---|
protected |
SphereCollisionShape() |
|
SphereCollisionShape(float radius)
creates a SphereCollisionShape with the given radius
|
Modifier and Type | Method and Description |
---|---|
protected void |
createShape() |
float |
getRadius() |
void |
read(JmeImporter im) |
void |
write(JmeExporter ex) |
calculateLocalInertia, getCShape, getDefaultMargin, getMargin, getScale, setCShape, setDefaultMargin, setMargin, setScale
protected SphereCollisionShape()
public SphereCollisionShape(float radius)
radius
- the desired radius (in unscaled units)public float getRadius()
public void write(JmeExporter ex) throws java.io.IOException
write
in interface Savable
write
in class CollisionShape
java.io.IOException
public void read(JmeImporter im) throws java.io.IOException
read
in interface Savable
read
in class CollisionShape
java.io.IOException
protected void createShape()