mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 01:06:25 +02:00
cr cleanup
This commit is contained in:
parent
5a90dc4487
commit
4cea0ffa10
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ using voxels_lib::printLog;
|
||||||
|
|
||||||
int boundaryDistanceForRenderLevel(unsigned int renderLevel) {
|
int boundaryDistanceForRenderLevel(unsigned int renderLevel) {
|
||||||
float voxelSizeScale = 5000.0;
|
float voxelSizeScale = 5000.0;
|
||||||
return voxelSizeScale/pow(2,renderLevel);
|
return voxelSizeScale / powf(2, renderLevel);
|
||||||
}
|
}
|
||||||
|
|
||||||
VoxelTree::VoxelTree() :
|
VoxelTree::VoxelTree() :
|
||||||
|
|
Loading…
Reference in a new issue