|
Bifrost SDK
Bifrost SDK documentation
|
Enumerations | |
| enum | SamplerType : int { kLinear , kCubicC0 , kCubicC1 } |
| Defines an interpolation mode. More... | |
| enum Bifrost::Geometry::Query::SamplerType : int |
Defines an interpolation mode.
| Enumerator | |
|---|---|
| kLinear | Linear interpolation. |
| kCubicC0 | Piecewise cubic interpolation with C0 continuity. |
| kCubicC1 | Piecewise cubic interpolation with C1 continuity. |
Definition at line 206 of file GeometryTypes.h.