![]() |
|
UsdRiTokens provides static, efficient TfTokens for use in all public USD API. More...
#include <tokens.h>
Public Attributes | |
const TfToken | bspline |
"bspline" | |
const TfToken | cameraVisibility |
"cameraVisibility" | |
const TfToken | catmullRom |
"catmull-rom" | |
const TfToken | collectionCameraVisibilityIncludeRoot |
"collection:cameraVisibility:includeRoot" | |
const TfToken | constant |
"constant" | |
const TfToken | interpolation |
"interpolation" | |
const TfToken | linear |
"linear" | |
const TfToken | matte |
"matte" | |
const TfToken | outputsRiDisplacement |
"outputs:ri:displacement" | |
const TfToken | outputsRiSurface |
"outputs:ri:surface" | |
const TfToken | outputsRiVolume |
"outputs:ri:volume" | |
const TfToken | positions |
"positions" | |
const TfToken | renderContext |
"ri" | |
const TfToken | spline |
"spline" | |
const TfToken | values |
"values" | |
const TfToken | RiMaterialAPI |
"RiMaterialAPI" | |
const TfToken | RiRenderPassAPI |
"RiRenderPassAPI" | |
const TfToken | RiSplineAPI |
"RiSplineAPI" | |
const TfToken | StatementsAPI |
"StatementsAPI" | |
const std::vector< TfToken > | allTokens |
A vector of all of the tokens listed above. | |
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 cameraVisibility |
"cameraVisibility"
UsdRenderPassAPI - This token represents the collection name to use with UsdCollectionAPI to set the camera visibility attribute on the prims in the collection for the RenderPass.
const TfToken catmullRom |
const TfToken collectionCameraVisibilityIncludeRoot |
"collection:cameraVisibility:includeRoot"
const TfToken constant |
const TfToken interpolation |
const TfToken linear |
const TfToken matte |
"matte"
UsdRenderPassAPI - This token represents the collection name to use with UsdCollectionAPI to set the matte attribute on the prims in the collection for the RenderPass.
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 RiMaterialAPI |
"RiMaterialAPI"
Schema identifer and family for UsdRiMaterialAPI
const TfToken RiRenderPassAPI |
"RiRenderPassAPI"
Schema identifer and family for UsdRiRenderPassAPI
const TfToken RiSplineAPI |
"RiSplineAPI"
Schema identifer and family for UsdRiSplineAPI
const TfToken spline |
const TfToken StatementsAPI |
"StatementsAPI"
Schema identifer and family for UsdRiStatementsAPI
const TfToken values |