Click or drag to resize
SoLDMResourceParameters Properties

The SoLDMResourceParameters type exposes the following members.

Properties
  NameDescription
Public propertyfixedResolution

Specifies if a single resolution or several resolutions are used when the rendering is stabilized.

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertyloadNotificationRate

Tile loading notification rate.

Public propertyloadPolicy

Tile loading policy.

Public propertymax2DTexMemory

Maximum of 2D textures memory in MB for this data set.

Public propertymaxMainMemory

Maximum allowed main memory in MB that LDM is allowed to use for this data set.

Public propertymaxResolutionThreshold

Maximum loading threshold for the LDM module.

Public propertymaxTexMemory

Maximum allowed texture (GPU) memory in MB for this data set.

Public propertyminResolutionThreshold

Minimum loading threshold for LDM module.

Public propertyminTilesToLoad

Minimum number of tiles that must be loaded in memory before rendering.

Public propertynumPrefetchThread

Number of threads used by the tile prefetch mechanism.

Public propertyresolution

Specifies the resolution level when OIV.LDM.Nodes.SoLDMResourceParameters.fixedResolution is true.

Public propertyscreenResolutionCullingPolicy

Defines the screen resolution culling policy.

Public propertysubTileDimension

Size of subtiles used by some accelerated algorithms.

Public propertytex2LoadRate

Maximum number of 2D tiles to be loaded in texture memory per frame.

Public propertytex3LoadRate

Maximum number of 3D tiles to be loaded into texture memory per frame for this data set.

Public propertytileBorders

Defines whether or not to generate borders around tiles.

Public propertytileCachePolicy

Specify how LDM store the tiles in memory.

Public propertytileDimension

Sets the tile size.

Public propertytileHalfLife

Tile half-life (seconds).

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Public propertyviewpointRefinementPolicy

Defines the viewpoint refinement policy.

Top
See Also