I have a canvas that users can draw on. I calculate the coordinates where the user wants to draw by subtracting the canvas's position from the touch's position.
This obviously stops working when the canvas is transformed (3d or not).
Any smart approach to handle this?