Do not inverse normal by default in LCC viewer

This commit is contained in:
Guillaume Damiand 2019-11-29 08:45:52 +01:00
parent 8ba7f76cd1
commit 055d6fd1f9
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ public:
bool anofaces=false,
const DrawingFunctorLCC& drawing_functor=DrawingFunctorLCC()) :
// First draw: vertices; edges, faces; multi-color; inverse normal
Base(parent, title, true, true, true, false, true),
Base(parent, title, true, true, true, false, false),
lcc(alcc),
m_nofaces(anofaces),
m_random_face_color(false),