Merge pull request #446 from NemesisMate/patch-6

Missing getHeight present on jbullet
This commit is contained in:
Kirill Vainer 2016-03-11 20:52:54 -05:00
commit 93b7be9b83

View File

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