Click or drag to resize
SoSceneManagerSetStillSuperSampling Method

Set options for supersampling when "still" (not interacting).

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetStillSuperSampling(
	float quality,
	float delay
)

Parameters

quality
Type: SystemSingle

The quality is a factor in the range [0.0,1.0]. Use the value 0.0 to turn off still supersampling. 0.5 is a typical value.

delay
Type: SystemSingle

The delay is in seconds. If greater than 0, images will be supersampled after the specified delay

Remarks

When quality is greater than 0, still images will be automatically supersampled.

See Also