From c44a59203253adaae3db03a21f40776b2f5e8e55 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Thu, 16 Oct 2014 16:21:59 -0700 Subject: [PATCH] longer lengths for experimental hair --- interface/src/Hair.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Hair.h b/interface/src/Hair.h index 036d137cd3..f2b5ebde6a 100644 --- a/interface/src/Hair.h +++ b/interface/src/Hair.h @@ -26,7 +26,7 @@ const int HAIR_CONSTRAINTS = 2; const int DEFAULT_HAIR_STRANDS = 20; const int DEFAULT_HAIR_LINKS = 10; const float DEFAULT_HAIR_RADIUS = 0.15f; -const float DEFAULT_HAIR_LINK_LENGTH = 0.04f; +const float DEFAULT_HAIR_LINK_LENGTH = 0.07f; const float DEFAULT_HAIR_THICKNESS = 0.025f; class Hair {