- Joined
- Mar 26, 2015
- Messages
- 33
- Thread Author
- #1
For anyone who doesn't know which is pitch and yaw. Here you go.
Example:
Camera.turnTo(306,1);
306 is yaw and 1 is pitch.
yaw = left to right, Ranges from 0-359 (int values).
pitch = up and down, Ranges from 0 to 1 in OSRS & 0 to 0.666 in RS3 (double values).
This would turn the cameras (yaw) 306 degrees and its (pitch) all the way up.
To see the current pitch and yaw, go into the Development Toolkit and go to Miscellaneous.
Example:
Camera.turnTo(306,1);
306 is yaw and 1 is pitch.
yaw = left to right, Ranges from 0-359 (int values).
pitch = up and down, Ranges from 0 to 1 in OSRS & 0 to 0.666 in RS3 (double values).
This would turn the cameras (yaw) 306 degrees and its (pitch) all the way up.
To see the current pitch and yaw, go into the Development Toolkit and go to Miscellaneous.
Last edited: