I'm using blender to export shapes. I've created a box and created a boxshape for it using the dimension directly from blender like this
Code: Select all
objectShape = new btBoxShape(btVector3(1.469f, 7.095f, 2.0f));What am I doing wrong?
Code: Select all
objectShape = new btBoxShape(btVector3(1.469f, 7.095f, 2.0f));