Added new 'Array' class for supporting multidimensional arrays.
This commit is contained in:
@ -30,6 +30,7 @@ freely, subject to the following restrictions:
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
template <typename ElementType> class Array2D;
|
||||
template <typename VoxelType> class Block;
|
||||
|
||||
//---------- Volume ----------
|
||||
|
Reference in New Issue
Block a user