@pxt wrote:
Hello! i need to represent in a 2D context the rotation around Y of a camera. Im using ofNode to make the rotations
camera.rollDeg(rotationTemp.y);
then i used
camera.getHeadingDeg();
to find a number between 0 and 360. its possible?how can i get the rotation Y angle of a camera?
Posts: 1
Participants: 1