Scene graph recursive-traversal flag options.
Constant |
Value |
Description |
esriSceneDrawTraversal |
1 |
Stops cull/draw traversal when false. |
esriScenePickTraversal |
2 |
Stops picking/selection traversal when false. |
esriSceneImmediateDrawTraversal |
4 |
Switches between immediate/retained mode during traversal. |
esriSceneTransparencyTraversal |
8 |
Advises cull/draw traversal that the scene's subgraph must be ordered for transparency. |
esriSceneDrawWhileNavigateTraversal |
16 |
If false, traversal will stop when navigating. |
esriSceneDrawWhileStillTraversal |
32 |
If false, traversal will stop when navigation has stopped. |
esriSceneLightingTraversal |
64 |
If false, no lighting will be applied to the scene's subgraph. |
esriSceneSmoothShadingTraversal |
128 |
If false, no smooth shading will be applied to the scene's subgraph. |
esriSceneNeedMBBUpdateTraversal |
256 |
If true, bounding box in the world coordinate system will be updated in cull traversal. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.