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: 10.3.0.0 (10.3.0.0)
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.m_markerScale field.

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

NOTE: field available since Open Inventor 9.3

See Also