mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-29 06:41:09 +00:00
Merge pull request #455 from takahito-tejima/bugfix
Fix glPtexViewer backfacing bug: initialize handedness flag in Shape
This commit is contained in:
commit
c2e2651b80
@ -81,6 +81,8 @@ struct Shape {
|
||||
|
||||
std::string genRIB() const;
|
||||
|
||||
Shape() : scheme(kCatmark), isLeftHanded(false) { }
|
||||
|
||||
~Shape();
|
||||
|
||||
int GetNumVertices() const { return (int)verts.size()/3; }
|
||||
|
Loading…
Reference in New Issue
Block a user