|
@@ -70,6 +70,10 @@ public class ConeCollisionShape extends CollisionShape {
|
|
public float getRadius() {
|
|
public float getRadius() {
|
|
return radius;
|
|
return radius;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public float getHeight() {
|
|
|
|
+ return height;
|
|
|
|
+ }
|
|
|
|
|
|
public void write(JmeExporter ex) throws IOException {
|
|
public void write(JmeExporter ex) throws IOException {
|
|
super.write(ex);
|
|
super.write(ex);
|