SoGLRenderActionSetFastEditSavePolicy Method (SoGLRenderActionFastEditSavePolicies, Boolean) |
Sets fast editing save policy to use when rendering.
Namespace: OIV.Inventor.Actions
public void SetFastEditSavePolicy( SoGLRenderActionFastEditSavePolicies policy, bool fastEditDelayedObjects )
The default is WHEN_NEEDED. Valid values are DISABLE, EACH_FRAME, and WHEN_NEEDED. See OIV.Inventor.Nodes.SoSeparator.
If fastEditDelayedObjects is set to true, delayed objects won't be redrawn when editing the scene graph. It means that the composition between delayed transparent objects and the fast edit scene graph won't be correct, but rendering will be much faster if there are a lot of transparent objects.