Restructuring code.

This commit is contained in:
David Williams
2015-05-14 22:10:37 +02:00
parent 89508f8b2b
commit 71adc7292c
2 changed files with 84 additions and 106 deletions

View File

@ -295,8 +295,6 @@ namespace PolyVox
//Information about the region we are currently processing
Region m_regSizeInVoxels;
Region m_regSizeInCells;
Region m_regSlicePrevious;
Region m_regSliceCurrent;
//Used to convert arbitrary voxel types in densities and materials.
ControllerType m_controller;