mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 05:17:24 +02:00
re #19385: use righ axis name
This commit is contained in:
parent
66de431d67
commit
5f9f2fee71
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ public:
|
||||||
// these will read/write files that match the wireformat, excluding the 'V' leading
|
// these will read/write files that match the wireformat, excluding the 'V' leading
|
||||||
void writeToSVOFile(const char* filename, VoxelNode* node = NULL) const;
|
void writeToSVOFile(const char* filename, VoxelNode* node = NULL) const;
|
||||||
bool readFromSVOFile(const char* filename);
|
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);
|
bool readFromSquareARGB32Pixels(const uint32_t *pixels, int dimension);
|
||||||
|
|
||||||
unsigned long getVoxelCount();
|
unsigned long getVoxelCount();
|
||||||
|
|
Loading…
Reference in a new issue