mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-12 22:13:13 +02:00
disable voxel packet compression for now
This commit is contained in:
parent
e2f5069e6a
commit
94584d4ead
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ const int MAX_VOXEL_UNCOMRESSED_PACKET_SIZE = 4500;
|
|||
const int VOXEL_PACKET_ALWAYS_TEST_COMPRESSED_THRESHOLD = 1400;
|
||||
const int VOXEL_PACKET_TEST_UNCOMPRESSED_THRESHOLD = 4000;
|
||||
const int VOXEL_PACKET_TEST_UNCOMPRESSED_CHANGE_THRESHOLD = 20;
|
||||
const int VOXEL_PACKET_COMPRESSION_DEFAULT = true;
|
||||
const int VOXEL_PACKET_COMPRESSION_DEFAULT = false;
|
||||
|
||||
const int MAX_TREE_SLICE_BYTES = 26;
|
||||
const int DEFAULT_MAX_VOXELS_PER_SYSTEM = 200000;
|
||||
|
|
Loading…
Reference in a new issue