procedure rglSetDynamicShowOcclusionNodesFlag(const aObjectIndex : Integer;const aShow : Boolean);stdcall;Set the show occlusion nodes flag of a dynamic object ParametersaObjectIndex - A Reference to one of the previously created dynamic objects aShow - True = draw objects occlusion node (Bounding volume)RemarkUsefull for debugging, and editors (For selection)