mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 22:00:06 +00:00
Merge pull request #1128 from davidgyu/fvar_viewer_options
Update glFVarViewer option defaults
This commit is contained in:
commit
a001cfb440
@ -82,9 +82,9 @@ int g_freeze = 0,
|
||||
g_uvCullBackface = 0,
|
||||
g_displayStyle = kWireShaded,
|
||||
g_adaptive = 1,
|
||||
g_smoothCornerPatch = 0,
|
||||
g_singleCreasePatch = 0,
|
||||
g_infSharpPatch = 0,
|
||||
g_smoothCornerPatch = 1,
|
||||
g_singleCreasePatch = 1,
|
||||
g_infSharpPatch = 1,
|
||||
g_mbutton[3] = {0, 0, 0},
|
||||
g_mouseUvView = 0,
|
||||
g_running = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user