p5js-screenPosition icon indicating copy to clipboard operation
p5js-screenPosition copied to clipboard

can I also use this reversely? knowing canvas position and receiving position in 3d space?

Open Freundschaft opened this issue 4 years ago • 1 comments

can I also use this reversely? knowing canvas position and receiving position in 3d space?

Freundschaft avatar Nov 18 '20 11:11 Freundschaft

This functionality is not implemented because in 3d space it would not result in a single location. It should be possible to implement it in a way that you give the position on the screen (x, y) and a desired z-coordinate. I just haven't done this yet ...

bohnacker avatar Dec 07 '20 08:12 bohnacker