HDK
|
#include "pxr/pxr.h"
#include "pxr/usd/usd/api.h"
#include "pxr/usd/sdf/timeCode.h"
#include "pxr/base/vt/array.h"
#include "pxr/base/gf/declare.h"
Go to the source code of this file.
Classes | |
struct | UsdLinearInterpolationTraits< T > |
Macros | |
#define | USD_LINEAR_INTERPOLATION_TYPES |
Enumerations | |
enum | UsdInterpolationType { UsdInterpolationTypeHeld, UsdInterpolationTypeLinear } |
#define USD_LINEAR_INTERPOLATION_TYPES |
Sequence of value types that support linear interpolation. These types and VtArrays of these types are supported:
Definition at line 73 of file interpolation.h.
enum UsdInterpolationType |
Attribute value interpolation options.
See Attribute Value Interpolation for more details.
Enumerator | |
---|---|
UsdInterpolationTypeHeld |
Held interpolation. |
UsdInterpolationTypeLinear |
Linear interpolation. |
Definition at line 44 of file interpolation.h.