[Contents] [Index] [Books]

CoCreate OneSpace Designer - Commands Reference Manual


SET_DISPLAYLIST_MODE interrupt action

SET_DISPLAYLIST_MODE is used to enable or disable displaylist optimizations on platforms which support this feature.

Syntax


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

Options

- :ON - Enable display list optimization - :OFF - Disable display list optimization

When to use

Use this option to improve performance for all viewing operations if your hardware supports display lists.

Example

The following sequence enables the display list optimization:

SET_DISPLAYLIST_MODE :ON

See also

SET_OCCLUSION_CULLING_MODE interrupt action
[Contents] [Index] [Books]