SoBufferedShapeUsages Enumeration |
This enum is used to set the shapeUsage field.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
STATIC | 0 | The shape is static or when updated the buffers are fully modified (contents replaced). This is the default mode since most of the time this gives the best performances. | |
DYNAMIC | 1 | The buffers are partially modified when a modification occurs. In this case the frame rate could be lower but transfer time will be better. This mode should only be used in specific cases. |
It is used to optimize the location of the data in GPU memory.