Andrian
Results
1
issues of
Andrian
// Calculate the resulting acceleration and therefore the force Vector3 accel = (target - position) \* (1.0f / duration*duration) - particle->getVelocity() \* duration; Shouldn't that be: // Calculate the resulting...