gluProject Converting 3D coordinates to 2D coordinates does not convert the 2D Y Coordinate correctly
问题 After two hours of googling (here, here, here, here, and here, and a ton others which I am not bothered to find), I thought I had finally learnt the theory of turning 3D coordinates to 2D coordinates. But it isn't working. The idea is to translate the 3D coordinates of a ship to 2D coordinates on the screen to render the username of the player controlling that ship. However, the text is rendering in the wrong location: The text is "Test || 2DXCoordinate || 2DZCoordinate". Here is my