Hi,
I created a 3D world in which have several players. Now I try to add functions that allow users to choose a player and see the 3D world from the palyer’s eye. What shall I do? Can I just call glGetFloatv(GL_MODELVIEW_MATRIX, matrix), and first apply the inversed matrix when I call display function.
Any help will be appreciated.
Thanks!