Click or drag to resize
SoLDMTileVisitorGetScreenResCullWeight Method

Assigns a weight based on voxel size in pixel.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual float GetScreenResCullWeight(
	float voxelsize
)

Parameters

voxelsize
Type: SystemSingle

Return Value

Type: Single
Remarks

May be overridden by the application. voxelsize parameter is the size of the biggest voxel dimension for a given tile in pixel. The returned weight must be between 0 and 1. Called only if screen resolution culling is enabled (see SoVolumeRendering, true by default).

See Also