Renamed Volume to LargeVolume.
This commit is contained in:
@ -45,7 +45,7 @@ namespace PolyVox
|
||||
};
|
||||
|
||||
//Make Sampler a friend
|
||||
friend class Volume<VoxelType>::Sampler;
|
||||
friend class LargeVolume<VoxelType>::Sampler;
|
||||
public:
|
||||
Block(uint16_t uSideLength = 0);
|
||||
|
||||
|
@ -23,7 +23,7 @@ freely, subject to the following restrictions:
|
||||
|
||||
#include "PolyVoxImpl/Utility.h"
|
||||
#include "Vector.h"
|
||||
#include "Volume.h"
|
||||
#include "LargeVolume.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <cstring> //For memcpy
|
||||
|
Reference in New Issue
Block a user