27 #include "../version.h"
29 namespace OpenSubdiv {
30 namespace OPENSUBDIV_VERSION {
119 _hbrCompatible(false) { }
150 unsigned int _vvarBoundInterp : 2;
151 unsigned int _fvarBoundInterp : 2;
152 unsigned int _nonManInterp : 2;
153 unsigned int _creasingMethod : 2;
154 unsigned int _triangleSub : 2;
155 unsigned int _hbrCompatible : 1;
161 using namespace OPENSUBDIV_VERSION;
bool GetHbrCompatibility() const
FVarBoundaryInterpolation GetFVarBoundaryInterpolation() const
void SetVVarBoundaryInterpolation(VVarBoundaryInterpolation b)
FVarBoundaryInterpolation
void SetCreasingMethod(CreasingMethod c)
CreasingMethod GetCreasingMethod() const
void SetFVarBoundaryInterpolation(FVarBoundaryInterpolation b)
void SetTriangleSubdivision(TriangleSubdivision t)
void SetNonManifoldInterpolation(NonManifoldInterpolation n)
void SetHbrCompatibility(bool onOrOff)
VVarBoundaryInterpolation GetVVarBoundaryInterpolation() const
TriangleSubdivision GetTriangleSubdivision() const
VVarBoundaryInterpolation
NonManifoldInterpolation GetNonManifoldInterpolation() const