Computer Graphics
Group 40 Documentation
A5: Crowd Simulation Challenge
Part 1:
In this assignment, we created and evaluated an end-to-end crowd simulator in SteerLite by implementing A* algorithms and by enhancing the existing social forces module. One of the key changes we made to the sfAI module was enabling the useLongTermPlanning function, allowing our agents to plan their respective paths from the beginning of the test case. The projected paths were viewed by clicking on individual agents while the test case was running. Lastly, we also tweaked different constants in the social forces implementation file for specific test cases.
Plane_Egress:
Plane_Ingress:
Crowd Crossing:
Office Complex:
Bottleneck Squeeze:
Doorway Two Way:
Double Squeeze:
Wall Squeeze:
Hallway Two Way:
Maze:
For Part B, we created our very own test case. We wanted to implement a more real life scenario, so we chose a crowd of people attending a huge event at MSG in NYC - thousands of people swarm around buildings, onto roads, and into the entrance of the venue (red cylinder).
Our YouTube Links for ALL our test cases!!
plane_egress: https://youtu.be/Q8P9up6zsSo
plane_ingress: https://youtu.be/GCq_vpNXkzA
crowd_crossing: https://youtu.be/W5n35jEm_QA
office_complex: https://youtu.be/yvr2Fd5BOwg
bottleneck_squeeze: https://youtu.be/M1gFR6vfTd0
doorway_two_way: https://youtu.be/2Yp6MDcIJWQ
double_squeeze: https://youtu.be/IvGDcCaAQBI
wall_squeeze: https://youtu.be/cXGSkmNwa6k
hallway_two_way: https://youtu.be/YdlR2gEmMPI
maze: https://youtu.be/wUcvZn9ooIA
a5-testcase: https://youtu.be/g2Ll0k9Cjk4
plane_ingress: https://youtu.be/GCq_vpNXkzA
crowd_crossing: https://youtu.be/W5n35jEm_QA
office_complex: https://youtu.be/yvr2Fd5BOwg
bottleneck_squeeze: https://youtu.be/M1gFR6vfTd0
doorway_two_way: https://youtu.be/2Yp6MDcIJWQ
double_squeeze: https://youtu.be/IvGDcCaAQBI
wall_squeeze: https://youtu.be/cXGSkmNwa6k
hallway_two_way: https://youtu.be/YdlR2gEmMPI
maze: https://youtu.be/wUcvZn9ooIA
a5-testcase: https://youtu.be/g2Ll0k9Cjk4
No comments:
Post a Comment