<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.whirled.club/index.php?action=history&amp;feed=atom&amp;title=Coordinate_systems</id>
	<title>Coordinate systems - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.whirled.club/index.php?action=history&amp;feed=atom&amp;title=Coordinate_systems"/>
	<link rel="alternate" type="text/html" href="https://wiki.whirled.club/index.php?title=Coordinate_systems&amp;action=history"/>
	<updated>2026-04-16T08:23:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wiki.whirled.club/index.php?title=Coordinate_systems&amp;diff=1441&amp;oldid=prev</id>
		<title>Dragawn: Created page with &quot;AVR games use various coordinate systems.  == 3D Room coordinates ==  All entities in a room are located using 3 variables: x, y and z. As shown in the diagram, the x valu...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.whirled.club/index.php?title=Coordinate_systems&amp;diff=1441&amp;oldid=prev"/>
		<updated>2018-08-25T17:59:18Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/wiki/AVR_game&quot; title=&quot;AVR game&quot;&gt;AVR games&lt;/a&gt; use various coordinate systems.  == 3D Room coordinates ==  All entities in a room are located using 3 variables: x, y and z. As shown in the diagram, the x valu...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[AVR game]]s use various coordinate systems.&lt;br /&gt;
&lt;br /&gt;
== 3D Room coordinates ==&lt;br /&gt;
&lt;br /&gt;
All entities in a room are located using 3 variables: x, y and z. As shown in the diagram, the x value goes from left to right, the y value from bottom to top and the z value from front to back. All coordinates are ''normalized'', meaning that 0 represents the lowest extremity of the axis (e.g. for x, 0 = left) and 1 represents the highest extremity.&lt;br /&gt;
&lt;br /&gt;
The server agent for an AVRG only uses this coordinate systems because other systems depdend on the display so don't make sense on the server.&lt;br /&gt;
&lt;br /&gt;
[[Image:RoomUnits.gif]]&lt;br /&gt;
&lt;br /&gt;
== Decor (or 2D room) coordinates ==&lt;br /&gt;
&lt;br /&gt;
This is a two dimensional system that measures the location in pixels relative to the top-left corner of the room decor graphics. This removes all effects of stretching and scrolling so is absolute for all clients. Note that it's not possible to convert a decor coordinate to a 3d room coordinate without more information.&lt;br /&gt;
&lt;br /&gt;
Since the coordinates are relative to the decor's pixel size, the values representing the right hand and bottom edges of the room will vary. The diagram shows the axis coordinates for a 800x600 decor.&lt;br /&gt;
&lt;br /&gt;
[[Image:DecorCoords.png]]&lt;br /&gt;
&lt;br /&gt;
''More to come''&lt;br /&gt;
&lt;br /&gt;
== Paintable area ==&lt;br /&gt;
&lt;br /&gt;
This is a 2D pixel coordinate system that is relative to the parent display object of your game's interface and therefore useful for actually setting the x and y properties of your top-level user interface display object.&lt;br /&gt;
&lt;br /&gt;
Note that the values of paintable coordinates that correspond to the right and bottom edges of the visible area depend entirely on the user's window size and whether they have zoomed into the view. When the user zooms in, the area can be substantially taller.&lt;br /&gt;
&lt;br /&gt;
[[Image:PaintableCoords.png]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Coding terminology]]&lt;/div&gt;</summary>
		<author><name>Dragawn</name></author>
	</entry>
</feed>