|
HDK
|
#include <GU_OnionSkin.h>
Classes | |
| struct | PerSkinOptions |
Public Member Functions | |
| exint | getNumOnionSkins (const GU_CommonOnionSkinOptions &opts) const |
| GU_OnionSkinPrimInfo | makePrimInfo (const GU_CommonOnionSkinOptions &opts, exint idx) const |
Public Attributes | |
| bool | myUseCommonSkins = true |
| UT_Array< PerSkinOptions > | myExtraSkins |
Options for how a single primitive should be onion skinned. For example, how many onion skins a character shape primitive has.
Definition at line 95 of file GU_OnionSkin.h.
|
inline |
Definition at line 112 of file GU_OnionSkin.h.
| GU_OnionSkinPrimInfo GU_OnionSkinOptions::makePrimInfo | ( | const GU_CommonOnionSkinOptions & | opts, |
| exint | idx | ||
| ) | const |
| UT_Array<PerSkinOptions> GU_OnionSkinOptions::myExtraSkins |
Definition at line 110 of file GU_OnionSkin.h.
| bool GU_OnionSkinOptions::myUseCommonSkins = true |
Definition at line 109 of file GU_OnionSkin.h.