mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-12-27 02:10:24 +00:00
Removed commented out face-varying options
This was already commented out and is not intended for release.
This commit is contained in:
parent
70e2c486b8
commit
48f52dbeaf
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user