Björn Ritzl
Björn Ritzl
Good suggestion!
I started working on this but it complicates things such as screen to world calculations. I'll hopefully be able to solve the problems though.
The latest version of Orthographic has a viewport configuration that can be used to achieve this. I will use this new functionality to implement crop support.
> any news on the crop function for the orthographic camera? No, I'm afraid I never had the time to look into it.
Split into two requests. Second one: https://github.com/britzl/defold-orthographic/issues/9
How would the "follow multiple game objects" work? I'm guessing it would center the camera on a midpoint?
I like the idea and the implementation makes sense I think. Do you have any additional thoughts or any concerns with the proposed solution?
@dev-masih Yes, I like it. Please go ahead!
I haven't paid much attention to the flow module lately. I think it takes on too many responsibilities and if I were to redo it I'd probably focus on forking...
I don't really understand the problem. The cursor will always position itself on each input event: https://github.com/britzl/defold-input/blob/master/in/cursor.script#L28-L43 One problem that can happen since collisions are async is that when the...