Searched refs:COHESION_WEIGHT (Results 1 – 2 of 2) sorted by relevance
/cts/tests/openglperf2/jni/reference/scene/flocking/ | ||
D | Boid.h | 34 static const constexpr float COHESION_WEIGHT = 1.0f; variable |
D | Boid.cpp | 69 cohesion.scale(COHESION_WEIGHT); in flock() |