HDK
|
Go to the source code of this file.
Functions | |
USDRI_API int | UsdRiConvertToRManInterpolateBoundary (const TfToken &token) |
USDRI_API const TfToken & | UsdRiConvertFromRManInterpolateBoundary (int i) |
USDRI_API int | UsdRiConvertToRManFaceVaryingLinearInterpolation (const TfToken &token) |
USDRI_API const TfToken & | UsdRiConvertFromRManFaceVaryingLinearInterpolation (int i) |
USDRI_API int | UsdRiConvertToRManTriangleSubdivisionRule (const TfToken &token) |
USDRI_API const TfToken & | UsdRiConvertFromRManTriangleSubdivisionRule (int i) |
Utilities for converting between USD encodings and Renderman encodings in cases where there is a difference.
Definition in file rmanUtilities.h.
Given the integer i
that corresponds to an rman enum for face-varying interpolate boundary condition, returns the equivalent UsdGeom token.
Given the integer i
that corresponds to an rman enum for interpolate boundary condition, returns the equivalent UsdGeom token.
Given the integer i
that corresponds to an rman enum for a Catmull- Clark triangle subdivision rule, returns the equivalent UsdGeom token.
Given a token
representing a UsdGeom face-varying interpolate boundary value, returns corresponding rman enum (converted to int).
Given a token
representing a UsdGeom interpolate boundary value, returns corresponding rman enum (converted to int).