mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:40:11 +02:00
remove the childMask member variable VoxelNode
This commit is contained in:
parent
f469ec8e2e
commit
1f98929503
2 changed files with 0 additions and 3 deletions
|
@ -12,8 +12,6 @@
|
||||||
#include "OctalCode.h"
|
#include "OctalCode.h"
|
||||||
|
|
||||||
VoxelNode::VoxelNode() {
|
VoxelNode::VoxelNode() {
|
||||||
|
|
||||||
childMask = 0;
|
|
||||||
octalCode = NULL;
|
octalCode = NULL;
|
||||||
|
|
||||||
// default pointers to child nodes to NULL
|
// default pointers to child nodes to NULL
|
||||||
|
|
|
@ -23,7 +23,6 @@ public:
|
||||||
unsigned char *octalCode;
|
unsigned char *octalCode;
|
||||||
unsigned char color[4];
|
unsigned char color[4];
|
||||||
VoxelNode *children[8];
|
VoxelNode *children[8];
|
||||||
unsigned char childMask;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* defined(__hifi__VoxelNode__) */
|
#endif /* defined(__hifi__VoxelNode__) */
|
||||||
|
|
Loading…
Reference in a new issue