Click or drag to resize
SoOctreeOrdering Properties

The SoOctreeOrdering type exposes the following members.

Properties
  NameDescription
Public propertyadjustDecimation

If true, the octree will alter the decimation percentage for objects depending on how large they are in the view.

Public propertyboundingBoxCaching

Whether to cache during bounding box traversal.

(Inherited from SoSeparator.)
Public propertyboundingBoxIgnoring

Whether to ignore this node during bounding box traversal.

(Inherited from SoGroup.)
Public propertyboundingBoxSubstitutes

Enables use of bounding boxes for cells in the octree that contain shapes, but would appear on the screen smaller than the dropScreenArea threshold.

Public propertydirectVizCaching

Whether to cache during OpenRTRT rendering traversal.

(Inherited from SoSeparator.)
Public propertydropCulling

Enables culling of shapes that are too small on the screen.

Public propertydropScreenArea

Sets threshold in pixels for drop culling and bounding box substitutes.

Public propertyfastEditing

Specifies the fast edit mode of the separator node.

(Inherited from SoSeparator.)
Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertyisHead

Normally each culling node maintains its own render list.

(Inherited from SoRenderList.)
Public propertypickCulling

Whether to cull during picking traversal.

(Inherited from SoSeparator.)
Public propertyrenderCaching

Whether to cache during rendering traversal.

(Inherited from SoSeparator.)
Public propertyrenderCulling

Whether to cull during rendering traversal.

(Inherited from SoSeparator.)
Public propertyrenderUnitId

Used during the ScaleViz depth compositing process, this field specifies which render unit (OIRU) will render the sub scene graph below this separator.

(Inherited from SoSeparator.)
Public propertyStatic memberReportCallback

This callback can be used to get render statistics: the number of objects in the octree, and the number of objects actually rendered.

Public propertyuseMovingQueue

Sets how this node should handle moving render objects.

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
See Also