We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4f21b commit d6853a3Copy full SHA for d6853a3
src/agent.js
@@ -73,7 +73,7 @@ export default class Agent
73
avgVel.z += m[i].z * (weight[i] / totalweight);
74
}
75
76
- if(avgVel.length() < 0.01)
+ if(avgVel.length() < 0.07)
77
{
78
avgVel.x = tempg.x*0.1;
79
avgVel.y = tempg.y*0.1;
0 commit comments