Removed LinearVolume class.

This commit is contained in:
David Williams
2009-03-10 22:10:37 +00:00
parent 5fada3af5a
commit 7100e558f3
6 changed files with 5 additions and 172 deletions

View File

@ -63,7 +63,10 @@ namespace PolyVox
bool m_bIsLocked;
Region m_regLastLocked;
BlockVolume<uint8>* volumeData;
LinearVolume<int32>* volRegionLastModified;
//It's not what the block class was designed for, but it
//provides a handy way of storing a 3D grid of values.
Block<int32>* volRegionLastModified;
static int32 m_iCurrentTime;
};