SoLDMTileVisitorGetScreenResCullWeight Method |
Assigns a weight based on voxel size in pixel.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic virtual float GetScreenResCullWeight(
float voxelsize
)
Public Overridable Function GetScreenResCullWeight (
voxelsize As Single
) As Single
public:
virtual float GetScreenResCullWeight(
float voxelsize
)
abstract GetScreenResCullWeight :
voxelsize : float32 -> float32
override GetScreenResCullWeight :
voxelsize : float32 -> float32
Parameters
- voxelsize
- Type: SystemSingle
Return Value
Type:
Single
RemarksMay 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