I have a little question...

if I declare my World matrix global and I set it only one time with the D3DXMatrixIdentity (&matWorld); function and then apply D3DXMatrixRotationX (&matWorld, 0.1f) continuosly, since I never reset matWorld, my objects should rotate or (as it happens) they remain still?

Thank you for your help