Subversion Repositories gelsvn

Rev

Rev 595 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 595 Rev 601
Line 5... Line 5...
5
 * ----------------------------------------------------------------------- */
5
 * ----------------------------------------------------------------------- */
6
 
6
 
7
#include <fstream>
7
#include <fstream>
8
#include "obj_load.h"
8
#include "obj_load.h"
9
 
9
 
10
#include <Geometry/obj_load.h>
10
#include "../Geometry/obj_load.h"
11
#include <Geometry/TriMesh.h>
11
#include "../Geometry/TriMesh.h"
12
 
12
 
13
#include "Manifold.h"
13
#include "Manifold.h"
14
 
14
 
15
using namespace std;
15
using namespace std;
16
using namespace CGLA;
16
using namespace CGLA;