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

Interpolation #47

Open
ajusa opened this issue Mar 31, 2016 · 1 comment
Open

Interpolation #47

ajusa opened this issue Mar 31, 2016 · 1 comment
Assignees
Milestone

Comments

@ajusa
Copy link
Owner

ajusa commented Mar 31, 2016

We need this. To make the game render smooth. We need a function, when given the last two data points, gives out a slope? Then we need all players being drawn on the screen to have the slope figured out by this function.
CALC NO WHY DO I HAVE A NEGATIVE GPA
I don't know the math for this, maybe
EDIT: Since multiplayer is laggy (20 fps or so, depends on where you live) we need this, a lot.
EDIT: What I am thinking, is that each player calculates their dx and dy, and sends that to the server. Or maybe that will still be laggy?

@ajusa
Copy link
Owner Author

ajusa commented Apr 1, 2016

With my current code, the performance was much better. Until the players started flying. I think that this will be great for our code. We need to fix this, then release

@ajusa ajusa added this to the Alpha 0.2 milestone Apr 1, 2016
@ajusa ajusa self-assigned this Apr 1, 2016
@ajusa ajusa modified the milestones: Alpha 0.3, Alpha 0.2 Apr 16, 2016
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