mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
made TREE_SCALE 100
This commit is contained in:
parent
ef68ef9c5d
commit
94473d6b95
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@
|
|||
|
||||
#include <limits.h>
|
||||
|
||||
const int NUMBER_OF_CHILDREN = 8;
|
||||
const int TREE_SCALE = 100;
|
||||
|
||||
const int NUMBER_OF_CHILDREN = 8;
|
||||
const int MAX_VOXEL_PACKET_SIZE = 1492;
|
||||
const int MAX_TREE_SLICE_BYTES = 26;
|
||||
const int TREE_SCALE = 10;
|
||||
const int MAX_VOXELS_PER_SYSTEM = 250000;
|
||||
const int VERTICES_PER_VOXEL = 24;
|
||||
const int VERTEX_POINTS_PER_VOXEL = 3 * VERTICES_PER_VOXEL;
|
||||
|
|
Loading…
Reference in a new issue