Renamed PolyVoxSceneManager to VolumeChangeTracker

This commit is contained in:
David Williams
2008-05-24 18:58:32 +00:00
parent ff39fed7f8
commit c4debf2ca7
4 changed files with 26 additions and 26 deletions

View File

@ -37,7 +37,7 @@ namespace PolyVox
class IndexedSurfacePatch;
class IntegrealVector3;
template <typename VoxelType> class LinearVolume;
class PolyVoxSceneManager;
class VolumeChangeTracker;
class RegionGeometry;
class SurfaceVertex;
template <boost::uint32_t Size, typename Type> class Vector;