Hi Everyone,
I'm getting an breakpoint when i try to get the current transform of a Rigidbody (an static scenario and a group of boxes), loaded from an *.HKX File, this happened since I downloaded and installed the lastest Havok Free Binary Version 2012 This happens when I try t call:
thr.get4x4ColumnMajor((hkFloat32*)Mat);
on my source Code the function is:
HRESULT MSPGGeometry::OnRender( IDirect3DDevice9* pd3dDevice, D3DXMATRIX ViewProj ){
D3DXMATRIX Mat;
D3DXMATRIX rX, rY, rZ;
D3DXMatrixRotationX(&rX, 0.0001f);
