Collision shapes of imported collision objects are null?

Post Reply
BlueCP
Posts: 1
Joined: Thu Dec 27, 2018 8:17 pm

Collision shapes of imported collision objects are null?

Post by BlueCP »

Hi all,

I'm using the libGDX wrapper for Bullet. I came across a very strange problem recently. I'm using btBulletWorldImporter to import some objects from a .bullet file (exported from Blender). Collision in-game works fine, but the collision shapes of the imported objects are null.

I don't understand how this is possible, considering that I can get full rigid-body dynamics to work but the collision shapes aren't accessible. Any insight would be very much appreciated.
Post Reply