From 3f09749841d61fd41b01159c8ca3276cea8618c6 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Fri, 3 Aug 2001 09:32:53 +0000
Subject: [PATCH] SmoothNormals off by default

---
 Common/DefaultOptions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index b90f60319b..42b3efc1ec 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -455,7 +455,7 @@ StringXNumber ViewOptions_Number[] = {
     "Draw the N-b dimensional boundary of the simplex (N=dimension, b=option value" },
   { F|O, "Light" , opt_view_light , 0. ,
     "Enable light sources?" },
-  { F|O, "SmoothNormals" , opt_view_smooth_normals , 1. ,
+  { F|O, "SmoothNormals" , opt_view_smooth_normals , 0. ,
     "Smooth the normals?" },
   { F|O, "ShowElement" , opt_view_show_element , 0. ,
     "Show element boundaries?" },
-- 
GitLab