Click or drag to resize
SoTextPropertytextureQualityRange Property

Defines a quality range of values taken into account during textured text texture computation.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public SoSFVec2i32 textureQualityRange { get; }

Property Value

Type: SoSFVec2i32
Remarks

The size of the generated textures depends on this range, expressed in terms of DPI, and depends on the OIV.Inventor.Nodes.SoComplexity.m_value. Default is 150 to 300. Default range values can be changed using the environment variables OIV_MIN_TEXTURED_FONT_RES and OIV_MAX_TEXTURED_FONT_RES.

NOTE: field available since Open Inventor 8.1

See Also