Merge pull request #416 from ZappoMan/voxel_animation

lower send rate
This commit is contained in:
birarda 2013-05-24 10:49:58 -07:00
commit fc30aa4470

View file

@ -45,7 +45,7 @@ const float DEATH_STAR_RADIUS = 4.0;
const float MAX_CUBE = 0.05f;
const int VOXEL_SEND_INTERVAL_USECS = 100 * 1000;
int PACKETS_PER_CLIENT_PER_INTERVAL = 50;
int PACKETS_PER_CLIENT_PER_INTERVAL = 30;
const int MAX_VOXEL_TREE_DEPTH_LEVELS = 4;