Mouse Coordinates to 3D Coordinates
in
Programming Questions
•
3 years ago
I'd like to convert mouse coordinates to 3D coordinates (where z = 0). The only solution I could find was this:
http://processing.org/discourse/yabb/YaBB.cgi?board=Contribution_Responsive;action=display;num=1045181982
but it isn't quite what I'm looking for. I want to be able to map the cursor coordinates to the floor, rather than draw on the screen then be able to rotate.
Any tips?
3