Update glFVarViewer option defaults

Enabled smooth corner, inf sharp and single crease patch
options by default.
This commit is contained in:
David G Yu 2019-06-18 10:28:54 -07:00
parent 3c4081aac3
commit 58a71672a7

View File

@ -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;