Click or drag to resize
SoLDMResourceParametersfixedResolution Property

Fixed resolution mode.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFBool fixedResolution { get; }

Property Value

Type: SoSFBool
Remarks

Default is false. This mode allows you to request that LDM render using tiles at the specified resolution level (see OIV.LDM.Nodes.SoLDMResourceParameters.resolution field). If the requested resolution requires more memory than currently allowed (see maxMainMemory, maxTexMemory and OIV.LDM.SoLDMGlobalResourceParameters) the LDM engine will not activate the fixedResolution mode and will continue to load tiles in mixed resolution mode, as usual. An error message will be displayed in console in debug mode, but not in release.

See Also