Subversion Repositories gelsvn

Rev

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

Rev 341 Rev 365
Line 8... Line 8...
8
 */
8
 */
9
 
9
 
10
 
10
 
11
#include <stdio.h>
11
#include <stdio.h>
12
#include <math.h>
12
#include <math.h>
13
#include <strings.h>
13
#include <string.h>
14
#include "ply_load.h"
14
#include "ply_load.h"
15
#include <CGLA/Vec4f.h>
15
#include <CGLA/Vec4f.h>
16
 
16
 
17
using namespace std;
17
using namespace std;
18
using namespace Geometry;
18
using namespace Geometry;