SoRenderToTexturePropertyUpdatePolicies Enumeration |
Update Policy enumeration values.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
EACH_FRAME | 0 | The texture is updated at each traversal of the shape it is mapped to. | |
WHEN_NEEDED | 1 | Default. The texture is updated only if the path or node fields have changed. | |
ON_TRIGGER | 2 | The texture is updated only if the trigger field is touched. |