mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 20:58:28 +02:00
cr cleanup
This commit is contained in:
parent
6d378281a8
commit
37b139621a
1 changed files with 2 additions and 2 deletions
|
@ -194,8 +194,8 @@ bool VoxelNode::isLeaf() const {
|
||||||
void VoxelNode::printDebugDetails(const char* label) const {
|
void VoxelNode::printDebugDetails(const char* label) const {
|
||||||
AABox box;
|
AABox box;
|
||||||
getAABox(box);
|
getAABox(box);
|
||||||
printLog("%s - Voxel at corner=(%f,%f,%f) size=%f octcode=",label,
|
printLog("%s - Voxel at corner=(%f,%f,%f) size=%f octcode=", label,
|
||||||
box.getCorner().x, box.getCorner().y, box.getCorner().z,box.getSize().x);
|
box.getCorner().x, box.getCorner().y, box.getCorner().z, box.getSize().x);
|
||||||
printOctalCode(octalCode);
|
printOctalCode(octalCode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue