SoWinCollisionViewerSetZBufferOptimization Method (Boolean, Boolean) |
Sets the Z buffer optimization active flag.
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetZBufferOptimization(
bool value,
bool useZBufferOnly
)
Public Sub SetZBufferOptimization (
value As Boolean,
useZBufferOnly As Boolean
)
public:
void SetZBufferOptimization(
bool value,
bool useZBufferOnly
)
member SetZBufferOptimization :
value : bool *
useZBufferOnly : bool -> unit
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