CustomGraphicsCullModes Enumerator
Description
The various culling modes supported by custom graphics.Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
Methods
Name | Value | Description |
CustomGraphicsCullBack | 1 | Cull the graphics that are back facing. |
CustomGraphicsCullFront | 0 | Cull the graphics that are front facing. |
CustomGraphicsCullNone | 2 | Do not perform any culling. |