CONTINUOUS vs. ON_DEMAND updating #1860
-
Hi,
Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Miles, Usually when using ON_DEMAND you need to trigger a redraw through the osgGA::GUIActionAdapter interface, which is available from an event handler. However OpenSceneGraph will disable ON_DEMAND mode if you install an update operation or any update callbacks on your scene graph. |
Beta Was this translation helpful? Give feedback.
Miles,
osgEarth 3.x only supports the CONTINUOUS run scheme right now.
Usually when using ON_DEMAND you need to trigger a redraw through the osgGA::GUIActionAdapter interface, which is available from an event handler. However OpenSceneGraph will disable ON_DEMAND mode if you install an update operation or any update callbacks on your scene graph.