From ad30abdf2012b367696c232871cd57468a9375aa Mon Sep 17 00:00:00 2001 From: Philip Rosedale Date: Thu, 18 Apr 2013 00:20:22 -0700 Subject: [PATCH] sphere on --- interface/src/Head.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Head.cpp b/interface/src/Head.cpp index 059851ee0a..0467a0cfa1 100644 --- a/interface/src/Head.cpp +++ b/interface/src/Head.cpp @@ -38,7 +38,7 @@ float MouthWidthChoices[3] = {0.5, 0.77, 0.3}; float browWidth = 0.8; float browThickness = 0.16; -bool usingBigSphereCollisionTest = false; +bool usingBigSphereCollisionTest = true; const float DECAY = 0.1; const float THRUST_MAG = 10.0;