SET_OCCLUSION_CULLING_MODE is used to enable or disable
occlusion culling on platforms which support this feature.
--->(SET_OCCLUSION_CULLING_MODE)--+
|
+---------------------------------+
|
+--(:ON)-------+--->
| |
+--(:OFF)------+
- :ON - Enable occlusion culling
- :OFF - Disable occlusion culling
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.
The following sequence enables the occlusion culling option:
SET_OCCLUSION_CULLING_MODE :ON
SET_DISPLAYLIST_MODE interrupt action