re #19385: use righ axis name

This commit is contained in:
Tomáš Horáček 2013-07-02 11:47:53 +02:00
parent 66de431d67
commit 5f9f2fee71

View file

@ -133,7 +133,7 @@ public:
// these will read/write files that match the wireformat, excluding the 'V' leading
void writeToSVOFile(const char* filename, VoxelNode* node = NULL) const;
bool readFromSVOFile(const char* filename);
// reads voxels from square image with alpha as a Z axis
// reads voxels from square image with alpha as a Y-axis
bool readFromSquareARGB32Pixels(const uint32_t *pixels, int dimension);
unsigned long getVoxelCount();