mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 04:38:57 +02:00
fix merge issue
This commit is contained in:
parent
327c41e561
commit
736e38ceb0
2 changed files with 0 additions and 12 deletions
|
@ -41,8 +41,6 @@ private:
|
||||||
|
|
||||||
void init(unsigned char * octalCode);
|
void init(unsigned char * octalCode);
|
||||||
|
|
||||||
double _lastChanged;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
VoxelNode(); // root node constructor
|
VoxelNode(); // root node constructor
|
||||||
VoxelNode(unsigned char * octalCode); // regular constructor
|
VoxelNode(unsigned char * octalCode); // regular constructor
|
||||||
|
|
|
@ -274,16 +274,6 @@ public:
|
||||||
bool pathChanged;
|
bool pathChanged;
|
||||||
};
|
};
|
||||||
|
|
||||||
class DeleteVoxelCodeFromTreeArgs {
|
|
||||||
public:
|
|
||||||
bool stage;
|
|
||||||
bool collapseEmptyTrees;
|
|
||||||
unsigned char* codeBuffer;
|
|
||||||
int lengthOfCode;
|
|
||||||
bool deleteLastChild;
|
|
||||||
bool pathChanged;
|
|
||||||
};
|
|
||||||
|
|
||||||
// Note: uses the codeColorBuffer format, but the color's are ignored, because
|
// Note: uses the codeColorBuffer format, but the color's are ignored, because
|
||||||
// this only finds and deletes the node from the tree.
|
// this only finds and deletes the node from the tree.
|
||||||
void VoxelTree::deleteVoxelCodeFromTree(unsigned char* codeBuffer, bool stage, bool collapseEmptyTrees) {
|
void VoxelTree::deleteVoxelCodeFromTree(unsigned char* codeBuffer, bool stage, bool collapseEmptyTrees) {
|
||||||
|
|
Loading…
Reference in a new issue