mirror of https://github.com/CGAL/cgal
Do not inverse normal by default in LCC viewer
This commit is contained in:
parent
8ba7f76cd1
commit
055d6fd1f9
|
|
@ -168,7 +168,7 @@ public:
|
||||||
bool anofaces=false,
|
bool anofaces=false,
|
||||||
const DrawingFunctorLCC& drawing_functor=DrawingFunctorLCC()) :
|
const DrawingFunctorLCC& drawing_functor=DrawingFunctorLCC()) :
|
||||||
// First draw: vertices; edges, faces; multi-color; inverse normal
|
// 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),
|
lcc(alcc),
|
||||||
m_nofaces(anofaces),
|
m_nofaces(anofaces),
|
||||||
m_random_face_color(false),
|
m_random_face_color(false),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue