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: 2024.1.1.0 (2024.1.1)
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.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 Note

Field available since Open Inventor 8.1

See Also