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 10... Line 10...
10
 */
10
 */
11
 
11
 
12
#ifndef __GEOMETRY_TRIMESH_H__
12
#ifndef __GEOMETRY_TRIMESH_H__
13
#define __GEOMETRY_TRIMESH_H__
13
#define __GEOMETRY_TRIMESH_H__
14
 
14
 
15
#include <CGLA/Mat4x4f.h>
15
#include "../CGLA/Mat4x4f.h"
16
#include "IndexedFaceSet.h"
16
#include "IndexedFaceSet.h"
17
#include "Material.h"
17
#include "Material.h"
18
 
18
 
19
namespace Geometry
19
namespace Geometry
20
{
20
{