Subversion Repositories gelsvn

Rev

Rev 676 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 676 Rev 685
Line 4... Line 4...
4
 * For license and list of authors, see ../../doc/intro.pdf
4
 * For license and list of authors, see ../../doc/intro.pdf
5
 * ----------------------------------------------------------------------- */
5
 * ----------------------------------------------------------------------- */
6
 
6
 
7
#include "ManifoldRenderer.h"
7
#include "ManifoldRenderer.h"
8
 
8
 
-
 
9
#if !defined (WIN32)
9
#include <GLUT/GLUT.h>
10
  #include <GLUT/GLUT.h>
-
 
11
#else
-
 
12
  #include <GL/GLUT.h>
-
 
13
#endif
-
 
14
 
10
 
15
 
11
#include <algorithm>
16
#include <algorithm>
12
#include <string>
17
#include <string>
13
#include <cstdlib>
18
#include <cstdlib>
14
#include "../Geometry/TriMesh.h"
19
#include "../Geometry/TriMesh.h"