make husky wheels soft/compliant

reduce shadow size to make VR on older GPU (Mac Pro 2013) perform more smooth
less sleep in physics thread.
This commit is contained in:
erwin coumans
2016-09-03 08:39:40 -07:00
parent ecd814c9c5
commit de5d1b5cfc
3 changed files with 33 additions and 4 deletions

View File

@@ -139,6 +139,7 @@ void MotionThreadFunc(void* userPtr,void* lsMemory)
skip++;
skip1++;
if (skip1>5)
{
b3Clock::usleep(250);
}