View Single Post
07/26/17, 10:39 AM   #2
Shinni
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 167
WorldPosition is the 3d position in relation to the 3d map file of your current zone.
The origin is the most north west point of the current 3d map file (this is not the same as the most north west point on the 2d zone map!)
The units are in centimeters and this coordinate system is also used in the housing system, eg the coordinates of furniture objects.

GuiRenderPosition is the coordinate system used for 3d UI controls. The unit is in meters (not centimeters!) and the origin is the character's position after the last login/teleport. When the character moves 1km away from the origin, the character's current location becomes the new origin. On live your 3d controls will suddenly shift by 1km when this happens but on PTS this is no longer the case as the position of the controls is updated automatically (according to patch notes, didn't test it).
  Reply With Quote