Subversion Repositories gelsvn

Rev

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

Rev 443 Rev 460
Line 2... Line 2...
2
#define __GEOMETRY_BOUNDINGLNODE_H
2
#define __GEOMETRY_BOUNDINGLNODE_H
3
 
3
 
4
#include "Ray.h"
4
#include "Ray.h"
5
#include "BoundingNode.h"
5
#include "BoundingNode.h"
6
 
6
 
7
#define USE_LEAF_BOXES 1
7
#define USE_LEAF_BOXES 0
8
 
8
 
9
namespace Geometry
9
namespace Geometry
10
{
10
{
11
 
11
 
12
/// Leaf node of a bounding box tree. References triangle.
12
/// Leaf node of a bounding box tree. References triangle.