SoTextPropertyenableTextAccumulation Property |
Enables the accumulation rendering mode for SoText3 nodes.
Namespace: OIV.Inventor.Nodes
Default is false. Accumulation mode significantly improves performance for scene graphs containing many SoText3 nodes. There are some drawbacks and limitations:
In Polygon mode, the accumulation takes time so the first rendering will be longer, and has a memory overhead.
Since the feature is based on an accumulation process, if you plan to often update the scene graph it will not fit your needs.
SoDepthOffset is not supported.
Transparency is not well supported for now.
Default value can be changed using the environment variable OIV_TEXT_ACCUMULATION. NOTE: field available since Open Inventor 9.8