sphere on

This commit is contained in:
Philip Rosedale 2013-04-18 00:20:22 -07:00
parent 23dc5f435b
commit ad30abdf20

View file

@ -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;