Kuju
Kuju
I'm having the same experience. 1 ms lag causes ~18 ms of lag. 100 ms lag causes ~130 ms of lag. Have you found a solution to this or another...
I also have this issue. To reproduce: try to play without first "unlocking" the browser, and then wait for a good bit of time, then click the browser to unlock...
This seems pretty high priority. It reproduces on any devices I've found that uses chrome, iOS, android, windows, mac. If you try to play a sound upon website load, and...
I was just creating a circle of radius 34, and then scaling it up around 1.1x. I suspect it's not due to the polygon having less sides because the actual...
I don't think it's on purpose because I have no idea why they would decide to switch OpenGLs default coordinate system. But regardless their ortho function still works properly so...
Er sorry, I meant their frustum method still works properly... But ya ortho works too.
I may be wrong but I think that's allowed. I don't know why else they would allow multiple connections from the same account. I would however be in favor of...
Np, I understand what you're saying. Just a thought, but maybe the correct structure of optimal code would be to have a function that is called in sync with the...
I'd still like to know what is considered a call so I can optimize it. I can't really just completely avoid for loops and while loops for the stuff I'm...
@doyubkim I believe this has to do with the matrix building and pressure applying code. I've been using the book just as a reference while working on a project, so...