@@ -84,6 +84,7 @@ public class BulletCharacterDebugControl extends AbstractPhysicsDebugControl {
}
applyPhysicsTransform(body.getPhysicsLocation(location), Quaternion.IDENTITY);
+ geom.setLocalScale(body.getCollisionShape().getScale());
@Override
@@ -83,6 +83,7 @@ public class BulletGhostObjectDebugControl extends AbstractPhysicsDebugControl{
@@ -87,6 +87,7 @@ public class BulletRigidBodyDebugControl extends AbstractPhysicsDebugControl {
applyPhysicsTransform(body.getPhysicsLocation(location), body.getPhysicsRotation(rotation));