Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snapshot problem #6

Open
LouisLafontaine opened this issue Feb 27, 2022 · 0 comments
Open

Snapshot problem #6

LouisLafontaine opened this issue Feb 27, 2022 · 0 comments
Assignees

Comments

@LouisLafontaine
Copy link
Owner

Currently after the new acceleration vector of a boid (i) has been computed, that boid is updated and put back in the list of all boids. So the (i+1) boid's acceleration is based on the already updated (0 to i) boid's accelerations.

The goal here is to update the acceleration vector of every boid so that the acceleration of the aforementioned (i+1) boid would be calculated based on the non updated (0 to i) boid's acceleration.

@LouisLafontaine LouisLafontaine self-assigned this Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant