Click or drag to resize
SoLDMGlobalResourceParametersSetIgnoreFullyTransparentTiles Method

Sets the IgnoreFullyTransparentTiles flag.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void SetIgnoreFullyTransparentTiles(
	bool state
)

Parameters

state
Type: SystemBoolean
Remarks

Default is false. When true, tiles for which all voxels between their min and max values are fully transparent (alpha = 0) will not be refined. In other words a low resolution version will always be used. This can reduce memory requirements for volumes with significant "empty space".

See Also