Click or drag to resize
SoRenderToTexturePropertyUpdatePolicies Enumeration

Update Policy enumeration values.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum UpdatePolicies
Members
  Member nameValueDescription
EACH_FRAME0

The texture is updated at each traversal of the shape it is mapped to.

WHEN_NEEDED1

Default.

The texture is updated only if the path or node fields have changed.

ON_TRIGGER2

The texture is updated only if the trigger field is touched.

Remarks