setTerrainGrid: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 38: Line 38:


<dd class="notedate">Posted on August 4, 2006 - 12:02</dd>
<dd class="notedate">Posted on August 4, 2006 - 12:02</dd>
<dt class="note">'''[[User:Hardrock|hardrock]]'''</dt><dd class="note">{{{1}}}</dd>
<dt class="note">'''[[User:Hardrock|hardrock]]'''</dt><dd class="note">''Notes from before the conversion:''
 
This is like opening up your video preferences and changing "terrain detail", i.e.: setTerrainGrid 50 <nowiki>=</nowiki> lowest detail
setTerrainGrid 3.125 <nowiki>=</nowiki> highest detail It is similar to the command [[setViewDistance]].
</dd>


<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 14:02, 4 August 2006

Hover & click on the images for description

Description

Description:
Set desired terrain resolution (in meters). For default landscapes, supported resolutions are: For default landscapes, supported resolutions are:
  • 50 - smoothest, less lag
  • 25 - default in multiplayer
  • 12.5 - default in singleplayer
  • 6.25
  • 3.125 - bumpiest, higher lag
If you select unsupported resolutions, nearest supported value is used instead.
Groups:
Uncategorised

Syntax

Syntax:
setTerrainGrid grid
Parameters:
grid: Number
Return Value:
Nothing

Examples

Example 1:
setTerrainGrid 12.5

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Posted on August 4, 2006 - 12:02
hardrock
Notes from before the conversion: This is like opening up your video preferences and changing "terrain detail", i.e.: setTerrainGrid 50 = lowest detail setTerrainGrid 3.125 = highest detail It is similar to the command setViewDistance.

Bottom Section