Ben
Ben
Sure thing. I haven't had much time lately for any programming, so waiting for the refactoring to be finished works well for me.
cool! I'll take a look. Can't say I'll get right to it, but I did just (essentially) finish a project I was working on, so go timing. =)
Thanks. I haven't had time to start on this. Sorry. I still hope to, but it's low priority for me at the moment.
@danaugrs I actually started working on this...only 2 years late! I browsed the commit history and didn't see that anyone else actually submitted a PR for a fly camera control,...
@danaugrs Thanks for getting back to me. I was considering adding a method to `IWindow` such as `SetInputMode()` which could expose that feature of the underlying window. The window package...
Sorry, I didn't even see `WebGlCanvas`. I was already planning to allow FlyControl to work without capturing the mouse, so good news there. =) Actually, now that I think about...
So much for submitting a PR "fairly soon"! I had most of it done a while ago, but got derailed around the holidays. I'm pretty pleased with how it turned...
One thing to add would be a way to use the constraints to restrict translational movement to a plane (eg XY).
YES! Oh god this is dumb... "zero y-range delta" is the error I'm getting. Sometimes the data is flat! I got around it by manually setting the y axis range:...
I'm not sure how much this applies to the conversation, but as far as math libraries for 2D and 3D rendering (ie opengl), I would suggest looking at, copying, or...