Subversion Repositories gelsvn

Rev

Rev 567 | Rev 601 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 567 Rev 595
Line -... Line 1...
-
 
1
/* ----------------------------------------------------------------------- *
1
// bdl, jab, feb 2005
2
 * This file is part of GEL, http://www.imm.dtu.dk/GEL
2
// Inspired by Nate Robins Obj loader
3
 * Copyright (C) the authors and DTU Informatics
-
 
4
 * For license and list of authors, see ../../doc/intro.pdf
-
 
5
 * ----------------------------------------------------------------------- */
3
 
6
 
4
#include <CGLA/Vec3f.h>
7
#include <CGLA/Vec3f.h>
5
#include <stdio.h>
8
#include <stdio.h>
6
#include <iostream>
9
#include <iostream>
7
 
10