Click or drag to resize
SoIndexedMarkerSetmarkerGlobalScale Property

Specifies a global scale factor applied to all markers.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.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 factor (markerScale).

Supported only when using shader implementation.

NOTE: field available since Open Inventor 9.3

See Also