RSCamera¶
RSCamera is a 3D engine similar to MM2MS.
It differs from it in that it uses the exact same math as the OSRS client for
projection and therefore is more accurate when doing “Minimap to MainScreen”
projections specifically, where MM2MS is unrivaled when doing
“MainScreen to Minimap” ironically.
TRSCamera¶
Record responsible of handling projection, similar to MM2MS.
RSCamera.SetPitch¶
procedure TRSCamera.SetPitch(value: Integer);
Allows you the set the camera pitch.
RSCamera.Update¶
procedure TRSCamera.Update(zoom: Integer; rads: Single);
Updates current zoom and rotation.
RSCamera variable¶
Global TRSCamera variable.