Removed commented out face-varying options

This was already commented out and is not intended for release.
This commit is contained in:
David G Yu 2015-06-17 09:59:03 -07:00
parent 70e2c486b8
commit 48f52dbeaf

View File

@ -94,9 +94,6 @@ public:
endCapType(ENDCAP_GREGORY_BASIS),
shareEndCapPatchPoints(true),
generateFVarTables(false),
#ifdef FAR_FVAR_SMOOTH_PATCH
useFVarQuadEndCaps(true), // XXXX change to false when FVar Gregory is ready
#endif
numFVarChannels(-1),
fvarChannelIndices(0)
{ }
@ -119,10 +116,6 @@ public:
// face-varying
generateFVarTables : 1;///< Generate face-varying patch tables
#ifdef FAR_FVAR_SMOOTH_PATCH
unsigned int useFVarQuadEndCaps : 1; ///< Use bilinear quads as end-caps around extraordinary vertices
#endif
int numFVarChannels; ///< Number of channel indices and interpolation modes passed
int const * fvarChannelIndices; ///< List containing the indices of the channels selected for the factory
};