Fixes to the way the marching cubes controller is used.
This commit is contained in:
@ -42,6 +42,9 @@ using namespace PolyVox;
|
||||
class CustomMarchingCubesController
|
||||
{
|
||||
public:
|
||||
typedef float DensityType;
|
||||
typedef float MaterialType;
|
||||
|
||||
float convertToDensity(float voxel)
|
||||
{
|
||||
return voxel;
|
||||
|
Reference in New Issue
Block a user