From a1027b7ddaacc72b54c31698dd253be75c1a62f3 Mon Sep 17 00:00:00 2001 From: Philip Rosedale Date: Thu, 5 Dec 2013 16:03:06 -0800 Subject: [PATCH] =?UTF-8?q?reverse=20Hz=20change=20because=20I=E2=80=99ve?= =?UTF-8?q?=20got=20some=20other=20stuff=20in=20there?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interface/src/avatar/Hand.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/src/avatar/Hand.cpp b/interface/src/avatar/Hand.cpp index 226ed65202..35b8f167cc 100755 --- a/interface/src/avatar/Hand.cpp +++ b/interface/src/avatar/Hand.cpp @@ -126,12 +126,12 @@ void Hand::simulate(float deltaTime, bool isMine) { } } } -} +} void Hand::handleVoxelCollision(PalmData* palm, const glm::vec3& fingerTipPosition, VoxelTreeElement* voxel, float deltaTime) { // Collision between finger and a voxel plays sound const float LOWEST_FREQUENCY = 100.f; - const float HERTZ_PER_RGB = 2.f; + const float HERTZ_PER_RGB = 3.f; const float DECAY_PER_SAMPLE = 0.0005f; const float DURATION_MAX = 2.0f; const float MIN_VOLUME = 0.1f;