Added another function for backwards compatibility.

This commit is contained in:
David Williams
2015-04-05 12:03:12 +02:00
parent c887d1444f
commit 4c24d61408
2 changed files with 25 additions and 0 deletions

View File

@ -134,6 +134,7 @@ namespace PolyVox
void setVoxel(const Vector3DUint16& v3dPos, VoxelType tValue);
void changeLinearOrderingToMorton(void);
void changeMortonOrderingToLinear(void);
private:
/// Private copy constructor to prevent accisdental copying