views:

21

answers:

0

I need to get rotation data from Bullets rigid body world transform ( getWorldTransform() ) to the suitable format to pass to D3DXMatrixRotationYawPitchRoll function to generate the rotation matrix for DirectX.

My solutions structure is built up this way so I need to pass the data this way. You can provide other solutions, maybe I can shift things around a bit.