How come this code gives me a blank screen:
When this one works perfectly?:Code:'Yes everything is initialized Dim Quat As D3DQUATERNION Dim Mat as D3DMATRIX D3DXQuaternionIdentity Quat D3DXMatrixRotationQuaternion Mat, Quat D3DDevice.SetTransform D3DTS_WORLD, Mat 'Draw mesh
When they should do the same thing!Code:Dim Mat as D3DMATRIX D3DXMatrixIdentity Mat D3DDevice.SetTransform D3DTS_WORLD, Mat



Reply With Quote