Click or drag to resize
SoMarkerSetmarkerGlobalScale Property

Specifies a global scale factor applied to all markers.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFFloat markerGlobalScale { get; }

Property Value

Type: SoSFFloat
Remarks

Default is 1. This scale factor is applied in addition to the individual scale factors (if any) specified in the OIV.Inventor.Nodes.SoMarkerSet.markerScale field.

Supported only when using shader implementation (this is the default).

Note Note

Field available since Open Inventor 9.3

See Also