Click or drag to resize
SoSceneManager.SetStillSuperSampling Method

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

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

Parameters

quality
Type: System.Single

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: System.Single

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