mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-27 14:00:10 +00:00
Merge pull request #1032 from barfowl/far_tri_patch_map_bug
Fixed bug in Far::PatchMap for rotated triangular patches
This commit is contained in:
commit
8014b3ab08
@ -181,7 +181,7 @@ PatchMap::transformUVToTriQuadrant(T const & median, T & u, T & v, bool & rotate
|
||||
u -= median;
|
||||
v -= median;
|
||||
if ((u + v) < median) {
|
||||
rotated = true;
|
||||
rotated = false;
|
||||
return 3;
|
||||
}
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user