More refactoring of basic voxel types. Started replacing getDensity and getMaterial with free functions.
This commit is contained in:
@ -23,6 +23,10 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "PolyVoxCore/SimpleInterface.h"
|
||||
|
||||
//DOESN'T BELONG HERE - JUST FOR TESTING!!
|
||||
#include "PolyVoxCore/Density.h"
|
||||
#include "PolyVoxCore/MaterialDensityPair.h"
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
void extractCubicMesh(Volume& volume, const Region& region, Mesh& resultMesh)
|
||||
|
Reference in New Issue
Block a user