mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-12-26 01:31:13 +00:00
Merge pull request #475 from davidgyu/winbuildfix
Changed default draw modes for dxViewer
This commit is contained in:
commit
2fdd410b4b
@ -121,9 +121,9 @@ int g_freeze = 0,
|
||||
g_mbutton[3] = {0, 0, 0};
|
||||
|
||||
int g_displayPatchColor = 1,
|
||||
g_screenSpaceTess = 0,
|
||||
g_fractionalSpacing = 0,
|
||||
g_patchCull = 0,
|
||||
g_screenSpaceTess = 1,
|
||||
g_fractionalSpacing = 1,
|
||||
g_patchCull = 1,
|
||||
g_displayPatchCounts = 0;
|
||||
|
||||
float g_rotate[2] = {0, 0},
|
||||
|
Loading…
Reference in New Issue
Block a user