mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 15:33:10 +02:00
removed accidental whitespace
This commit is contained in:
parent
e373a8b866
commit
e55993abf1
1 changed files with 3 additions and 6 deletions
|
@ -40,6 +40,9 @@ public:
|
|||
bool isColored() const { return (_trueColor[3]==1); };
|
||||
bool isInView(const ViewFrustum& viewFrustum) const;
|
||||
float distanceToCamera(const ViewFrustum& viewFrustum) const;
|
||||
bool isLeaf() const;
|
||||
void getAABox(AABox& box) const;
|
||||
void printDebugDetails(const char* label) const;
|
||||
|
||||
#ifndef NO_FALSE_COLOR // !NO_FALSE_COLOR means, does have false color
|
||||
void setFalseColor(colorPart red, colorPart green, colorPart blue);
|
||||
|
@ -56,12 +59,6 @@ public:
|
|||
const nodeColor& getTrueColor() const { return _trueColor; };
|
||||
const nodeColor& getColor() const { return _trueColor; };
|
||||
#endif
|
||||
|
||||
bool isLeaf() const;
|
||||
|
||||
void getAABox(AABox& box) const;
|
||||
|
||||
void printDebugDetails(const char* label) const;
|
||||
};
|
||||
|
||||
#endif /* defined(__hifi__VoxelNode__) */
|
||||
|
|
Loading…
Reference in a new issue