Raycast and ambient occlusion tests now use primitive types instead of Material/Density classes.

This commit is contained in:
unknown
2012-03-27 14:32:33 +02:00
parent 6d656ad173
commit 0e16b0d07e
3 changed files with 17 additions and 21 deletions

View File

@ -31,9 +31,11 @@ freely, subject to the following restrictions:
#include "PolyVoxCore/Region.h"
#include "PolyVoxCore/Raycast.h"
//These two should not be here!
#include "PolyVoxCore/Material.h"
#include "PolyVoxCore/SimpleVolume.h"
#if defined(_MSC_VER)
//These two should not be here!
#include "PolyVoxCore/Material.h"
#include "PolyVoxCore/SimpleVolume.h"
#endif
#include <algorithm>