Added SurfaceExtractionController and modified SurfaceExtractor to use it.
This commit is contained in:
@@ -30,10 +30,4 @@ namespace PolyVox
|
||||
{
|
||||
return voxel.getDensity();
|
||||
}
|
||||
|
||||
//template<>
|
||||
ConvertToDensity<Density8>::DensityType ConvertToDensity<Density8>::operator()(Density8 voxel)
|
||||
{
|
||||
return voxel.getDensity();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user