Dear expert,
Do someone know how to get current modelview matrix in xna?
as we know, in OpenGL, we can use:
glGetFloatv(GL_MODELVIEW_MATRIX, mat);
would retrieve the values of the current modelview matrix and store it in "mat" matrix.
in xna?
please dear, clear my doubt.
TQ..