27 #include "../version.h"
29 namespace OpenSubdiv {
30 namespace OPENSUBDIV_VERSION {
117 _hbrCompatible(false) { }
148 unsigned int _vvarBoundInterp : 2;
149 unsigned int _fvarLinInterp : 3;
150 unsigned int _nonManInterp : 2;
151 unsigned int _creasingMethod : 2;
152 unsigned int _triangleSub : 2;
153 unsigned int _hbrCompatible : 1;
159 using namespace OPENSUBDIV_VERSION;
FVarLinearInterpolation GetFVarLinearInterpolation() const
void SetVVarBoundaryInterpolation(VVarBoundaryInterpolation b)
NonManifoldInterpolation GetNonManifoldInterpolation() const
void SetFVarLinearInterpolation(FVarLinearInterpolation b)
CreasingMethod GetCreasingMethod() const
VVarBoundaryInterpolation GetVVarBoundaryInterpolation() const
void SetCreasingMethod(CreasingMethod c)
VVarBoundaryInterpolation
TriangleSubdivision GetTriangleSubdivision() const
void SetTriangleSubdivision(TriangleSubdivision t)
bool GetHbrCompatibility() const
void SetHbrCompatibility(bool onOrOff)
void SetNonManifoldInterpolation(NonManifoldInterpolation n)