Click or drag to resize
SoTextPropertyenableTextAccumulation Property

Enables the accumulation rendering mode for SoText3 nodes.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFBool enableTextAccumulation { get; }

Property Value

Type: SoSFBool
Remarks

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

See Also