Difference between revisions of "Draw distance"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
The Draw Distance is the distance that the '''engine draws'''. The usual distance of a map object is 250-300. The '''maximum draw distance''' of a map object is 300. Over 300 the object is draw but '''it loses his [[Collision file]]'''. Values over 300 are used for [[LOD]] objects, usually [[LOD]] objects use a value of 2500.
+
The '''draw distance''' is the radius (in [[unit]]s) from the camera in which the engine draws world objects. The usual distance of a map object is 150 to 300. The '''maximum draw distance''' of a (high detail) map object is 300. With values higher than 300 the object is still drawn, but is not [[collision file|solid]] anymore. Such values are mainly used for [[LOD]] objects, which have a much higher draw distance.
  
 
The draw distance value is defined in the [[IDE]].
 
The draw distance value is defined in the [[IDE]].
  
 
[[Category:Mapping]][[Category:Documentation]]
 
[[Category:Mapping]][[Category:Documentation]]

Revision as of 13:34, 7 October 2007

The draw distance is the radius (in units) from the camera in which the engine draws world objects. The usual distance of a map object is 150 to 300. The maximum draw distance of a (high detail) map object is 300. With values higher than 300 the object is still drawn, but is not solid anymore. Such values are mainly used for LOD objects, which have a much higher draw distance.

The draw distance value is defined in the IDE.