Click or drag to resize
SoWinCollisionViewerSetZBufferOptimization Method (Boolean, Boolean)

Sets the Z buffer optimization active flag.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetZBufferOptimization(
	bool value,
	bool useZBufferOnly
)

Parameters

value
Type: SystemBoolean
useZBufferOnly
Type: SystemBoolean
Remarks

The default value is true.

Also sets the useZBufferOnly flag. When this flag is true, the geometric collision detection algorithm is never used. Therefore there is no collision check when the camera is moving backward, but this may be desireable for large scenes when this check is too slow.

See Also