Bifrost SDK
Bifrost SDK documentation
Bifrost::Geometry::Query Namespace Reference

Enumerations

enum  SamplerType : int { kLinear , kCubicC0 , kCubicC1 }
 Defines an interpolation mode. More...
 

Enumeration Type Documentation

◆ SamplerType

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.