[Contents] [Index] [Books]

CoCreate OneSpace Designer - Commands Reference Manual


SET_OCCLUSION_CULLING_MODE interrupt action

SET_OCCLUSION_CULLING_MODE is used to enable or disable occlusion culling on platforms which support this feature.

Syntax


  --->(SET_OCCLUSION_CULLING_MODE)--+
                                    |
  +---------------------------------+
  |
  +--(:ON)-------+--->
  |              |
  +--(:OFF)------+

Options

- :ON - Enable occlusion culling - :OFF - Disable occlusion culling

When to use

Occlusion culling is a technique to improve rendering performance for densely packed and large models. Use this option to improve performance for all viewing operations if your hardware supports occlusion culling.

Example

The following sequence enables the occlusion culling option:

SET_OCCLUSION_CULLING_MODE :ON

See also

SET_DISPLAYLIST_MODE interrupt action
[Contents] [Index] [Books]