Renamed Volume base class to BaseVolume.

Added initial version of simple interface.
This commit is contained in:
David Williams
2011-10-14 23:57:10 +01:00
parent 7220bf866f
commit 6f31898fd7
18 changed files with 201 additions and 105 deletions

View File

@@ -36,7 +36,7 @@ namespace PolyVox
(
const Region& regValid
)
:Volume<VoxelType>(regValid)
:BaseVolume<VoxelType>(regValid)
{
setBorderValue(VoxelType());