Well, I found that I'm using this on my code with jbullet but is not present on bullet version so here it is.
@@ -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);