Subversion Repositories gelsvn

Rev

Rev 595 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 595 Rev 601
Line 11... Line 11...
11
 
11
 
12
#ifndef __GEOMETRY_BOUNDINGNODE_H
12
#ifndef __GEOMETRY_BOUNDINGNODE_H
13
#define __GEOMETRY_BOUNDINGNODE_H
13
#define __GEOMETRY_BOUNDINGNODE_H
14
 
14
 
15
#include <vector>
15
#include <vector>
16
#include "CGLA/Vec3f.h"
16
#include "../CGLA/Vec3f.h"
17
#include "Ray.h"
17
#include "Ray.h"
18
#include "Triangle.h"
18
#include "Triangle.h"
19
#include "AABox.h"
19
#include "AABox.h"
20
#include "OBox.h"
20
#include "OBox.h"
21
 
21