![]() |
|
UsdRiTokens provides static, efficient TfTokens for use in all public USD API. More...
Public Attributes | |
| const TfToken | bspline |
| "bspline" More... | |
| const TfToken | catmullRom |
| "catmull-rom" More... | |
| const TfToken | constant |
| "constant" More... | |
| const TfToken | interpolation |
| "interpolation" More... | |
| const TfToken | linear |
| "linear" More... | |
| const TfToken | outputsRiDisplacement |
| "outputs:ri:displacement" More... | |
| const TfToken | outputsRiSurface |
| "outputs:ri:surface" More... | |
| const TfToken | outputsRiVolume |
| "outputs:ri:volume" More... | |
| const TfToken | positions |
| "positions" More... | |
| const TfToken | renderContext |
| "ri" More... | |
| const TfToken | spline |
| "spline" More... | |
| const TfToken | values |
| "values" More... | |
| const std::vector< TfToken > | allTokens |
| A vector of all of the tokens listed above. More... | |
UsdRiTokens provides static, efficient TfTokens for use in all public USD API.
These tokens are auto-generated from the module's schema, representing property names, for when you need to fetch an attribute or relationship directly by name, e.g. UsdPrim::GetAttribute(), in the most efficient manner, and allow the compiler to verify that you spelled the name correctly.
UsdRiTokens also contains all of the allowedTokens values declared for schema builtin attributes of 'token' scene description type. Use UsdRiTokens like so:
| const std::vector<TfToken> allTokens |
| const TfToken bspline |
| const TfToken catmullRom |
| const TfToken constant |
| const TfToken interpolation |
| const TfToken linear |
| const TfToken outputsRiDisplacement |
| const TfToken outputsRiSurface |
| const TfToken outputsRiVolume |
| const TfToken positions |
| const TfToken renderContext |
"ri"
UsdShadeMaterial / Hydra render context token for UsdRi
| const TfToken spline |
| const TfToken values |