HDK
|
#include <tokens.h>
Public Member Functions | |
USDHYDRA_API | UsdHydraTokensType () |
Public Attributes | |
const TfToken | black |
"black" More... | |
const TfToken | clamp |
"clamp" More... | |
const TfToken | displayLookBxdf |
"displayLook:bxdf" More... | |
const TfToken | faceIndex |
"faceIndex" More... | |
const TfToken | faceOffset |
"faceOffset" More... | |
const TfToken | frame |
"frame" More... | |
const TfToken | HwPrimvar_1 |
"HwPrimvar_1" More... | |
const TfToken | HwPtexTexture_1 |
"HwPtexTexture_1" More... | |
const TfToken | HwUvTexture_1 |
"HwUvTexture_1" More... | |
const TfToken | hydraGenerativeProcedural |
"hydraGenerativeProcedural" More... | |
const TfToken | infoFilename |
"inputs:file" More... | |
const TfToken | infoVarname |
"inputs:varname" More... | |
const TfToken | linear |
"linear" More... | |
const TfToken | linearMipmapLinear |
"linearMipmapLinear" More... | |
const TfToken | linearMipmapNearest |
"linearMipmapNearest" More... | |
const TfToken | magFilter |
"magFilter" More... | |
const TfToken | minFilter |
"minFilter" More... | |
const TfToken | mirror |
"mirror" More... | |
const TfToken | nearest |
"nearest" More... | |
const TfToken | nearestMipmapLinear |
"nearestMipmapLinear" More... | |
const TfToken | nearestMipmapNearest |
"nearestMipmapNearest" More... | |
const TfToken | primvarsHdGpProceduralType |
"primvars:hdGp:proceduralType" More... | |
const TfToken | proceduralSystem |
"proceduralSystem" More... | |
const TfToken | repeat |
"repeat" More... | |
const TfToken | textureMemory |
"textureMemory" More... | |
const TfToken | useMetadata |
"useMetadata" More... | |
const TfToken | uv |
"uv" More... | |
const TfToken | wrapS |
"wrapS" More... | |
const TfToken | wrapT |
"wrapT" More... | |
const TfToken | HydraGenerativeProceduralAPI |
"HydraGenerativeProceduralAPI" More... | |
const std::vector< TfToken > | allTokens |
A vector of all of the tokens listed above. More... | |
UsdHydraTokens 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.
UsdHydraTokens also contains all of the allowedTokens values declared for schema builtin attributes of 'token' scene description type. Use UsdHydraTokens like so:
USDHYDRA_API UsdHydraTokensType::UsdHydraTokensType | ( | ) |
const std::vector<TfToken> UsdHydraTokensType::allTokens |
const TfToken UsdHydraTokensType::black |
const TfToken UsdHydraTokensType::clamp |
const TfToken UsdHydraTokensType::displayLookBxdf |
const TfToken UsdHydraTokensType::faceIndex |
const TfToken UsdHydraTokensType::faceOffset |
const TfToken UsdHydraTokensType::frame |
const TfToken UsdHydraTokensType::HwPrimvar_1 |
const TfToken UsdHydraTokensType::HwPtexTexture_1 |
const TfToken UsdHydraTokensType::HwUvTexture_1 |
const TfToken UsdHydraTokensType::hydraGenerativeProcedural |
"hydraGenerativeProcedural"
Fallback value for UsdHydraGenerativeProceduralAPI::GetProceduralSystemAttr()
const TfToken UsdHydraTokensType::HydraGenerativeProceduralAPI |
"HydraGenerativeProceduralAPI"
Schema identifer and family for UsdHydraGenerativeProceduralAPI
const TfToken UsdHydraTokensType::infoFilename |
const TfToken UsdHydraTokensType::infoVarname |
const TfToken UsdHydraTokensType::linear |
const TfToken UsdHydraTokensType::linearMipmapLinear |
"linearMipmapLinear"
See https://www.opengl.org/wiki/Sampler_Object , Possible value for the "minFilter" input on a UvTexture shader.
const TfToken UsdHydraTokensType::linearMipmapNearest |
"linearMipmapNearest"
See https://www.opengl.org/wiki/Sampler_Object Possible value for the "minFilter" input on a UvTexture shader.
const TfToken UsdHydraTokensType::magFilter |
const TfToken UsdHydraTokensType::minFilter |
const TfToken UsdHydraTokensType::mirror |
const TfToken UsdHydraTokensType::nearest |
const TfToken UsdHydraTokensType::nearestMipmapLinear |
"nearestMipmapLinear"
See https://www.opengl.org/wiki/Sampler_Object Possible value for "minFilter" and "magFilter" inputs on a UvTexture shader.
const TfToken UsdHydraTokensType::nearestMipmapNearest |
"nearestMipmapNearest"
See https://www.opengl.org/wiki/Sampler_Object Possible value for the "minFilter" input on a UvTexture shader.
const TfToken UsdHydraTokensType::primvarsHdGpProceduralType |
"primvars:hdGp:proceduralType"
const TfToken UsdHydraTokensType::proceduralSystem |
const TfToken UsdHydraTokensType::repeat |
const TfToken UsdHydraTokensType::textureMemory |
const TfToken UsdHydraTokensType::useMetadata |
"useMetadata"
Possible value for "wrapT" and "wrapS" inputs on a "UvTexture" shader prim. Causes the wrap value to be loaded from the texture file instead of being specified in the prim. If the texture file doesn't support metadata or the metadata doesn't contain a wrap mode, the "black" wrap mode is used.
const TfToken UsdHydraTokensType::uv |
const TfToken UsdHydraTokensType::wrapS |
const TfToken UsdHydraTokensType::wrapT |