mirror of https://github.com/CGAL/cgal
add licence header
This commit is contained in:
parent
3b838da50a
commit
de7dd44307
|
|
@ -13,6 +13,8 @@
|
||||||
#ifndef CGAL_BASIC_SHADERS_H
|
#ifndef CGAL_BASIC_SHADERS_H
|
||||||
#define CGAL_BASIC_SHADERS_H
|
#define CGAL_BASIC_SHADERS_H
|
||||||
|
|
||||||
|
#include <CGAL/license/GraphicsView.h>
|
||||||
|
|
||||||
namespace CGAL
|
namespace CGAL
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -908,7 +908,7 @@ protected:
|
||||||
bool m_zero_y; /// True iff all points have y==0
|
bool m_zero_y; /// True iff all points have y==0
|
||||||
bool m_zero_z; /// True iff all points have z==0
|
bool m_zero_z; /// True iff all points have z==0
|
||||||
|
|
||||||
bool m_inverse_normal;;
|
bool m_inverse_normal;
|
||||||
|
|
||||||
// Local variables, used when we started a new face.g
|
// Local variables, used when we started a new face.g
|
||||||
bool m_face_started;
|
bool m_face_started;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue