Webiks / GeoStrike

An online, real time, multi-player First Person Shooter video game, leveraging CesiumJS, 3D-Tiles and GraphQL. (Early Development Phase)
107 stars 33 forks source link

Refactor host listeners from meComponent to keyboard\map component #196

Open katzi0 opened 6 years ago

katzi0 commented 6 years ago

host listeners in meComponent causing side affects regrading flight mode. should cancel host listeners and find another way to detect changes in flight or integrate those listeners in keyboard component.

Et: 5 hours

katzi0 commented 6 years ago

if interpolation still causing side affects after implementation, should cancel swing and instead the model will be in constant motion at low speed. Et: 3 hours

OmKoren commented 6 years ago

@katzi0 why is the priority high? Are we sure that this is what cause the performance issues?

katzi0 commented 6 years ago

@OmKoren no. the main problem is the side effects caused by the combination of the host-listeners and the interpolation function.