mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +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"
|
||||
|
||||
VoxelNode::VoxelNode() {
|
||||
|
||||
childMask = 0;
|
||||
octalCode = NULL;
|
||||
|
||||
// default pointers to child nodes to NULL
|
||||
|
|
|
@ -23,7 +23,6 @@ public:
|
|||
unsigned char *octalCode;
|
||||
unsigned char color[4];
|
||||
VoxelNode *children[8];
|
||||
unsigned char childMask;
|
||||
};
|
||||
|
||||
#endif /* defined(__hifi__VoxelNode__) */
|
||||
|
|
Loading…
Reference in a new issue