Subversion Repositories gelsvn

Rev

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

Rev 426 Rev 443
Line 1... Line 1...
1
#ifndef __RAY_H__
1
#ifndef __GEOMETRY_RAY_H__
2
#define __RAY_H__
2
#define __GEOMETRY_RAY_H__
3
 
3
 
4
#include "../CGLA/Vec3i.h"
4
#include "../CGLA/Vec3i.h"
5
#include "../CGLA/Vec3f.h"
5
#include "../CGLA/Vec3f.h"
6
#include "TriMesh.h"
6
#include "TriMesh.h"
7
#include "Material.h"
7
#include "Material.h"