Point: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Rfc1394 (talk | contribs)
No edit summary
 
mNo edit summary
 
Line 1: Line 1:
A '''point''' is the basic building block of all space in the map.  [[Wall]]s are constructed by connecting two points, [[sector]]s are constructed by connecting three or more walls.  Points are constructed as part of the [[map]] and are not accessible from [[CON]] files.
A '''point''' is the basic building block of all space in the map.  [[Wall]]s are constructed by connecting two points, [[sector]]s are constructed by connecting three or more walls.  Points are constructed as part of the [[map]] and are accessible from CON files using the [[x]] and [[y]] members of the [[wall]] struct via get/setwall.

Latest revision as of 19:03, 31 January 2006

A point is the basic building block of all space in the map. Walls are constructed by connecting two points, sectors are constructed by connecting three or more walls. Points are constructed as part of the map and are accessible from CON files using the x and y members of the wall struct via get/setwall.