Subversion Repositories gelsvn

Rev

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

Rev 419 Rev 443
Line 1... Line 1...
1
#ifndef __MINI_MESH_H
1
#ifndef __GEOMETRY_TRIMESH_H__
2
#define __MINI_MESH_H
2
#define __GEOMETRY_TRIMESH_H__
3
 
3
 
4
#include <CGLA/Mat4x4f.h>
4
#include <CGLA/Mat4x4f.h>
5
#include "IndexedFaceSet.h"
5
#include "IndexedFaceSet.h"
6
#include "Material.h"
6
#include "Material.h"
7
 
7