Terrain.MeshCacheSize Property

Top 

Description

Maximum number of records that will be saved in a cache for evaluating line of sight visibility with occulting terrain. The size of a record is a function of the resolution of the FreeFlyer Terrain Index File. For example, when using an index resolution of 8, a record contains a 256x256 region of pixels.

 

Attempting to change this value after the cache is already in use will result in an error.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

128

Valid Range:

Terrain.MeshCacheSize ≥ 1

 

Syntax

myVariable1 = myTerrain1.MeshCacheSize;

 

myTerrain1.MeshCacheSize = myVariable1;

 

See also

Terrain Object