I have a SCNPlane
in SceneKit, which is rotated so it extends in the x and z directions, and I would like to have a UITapGestureRecognizer
that can get me the x and z coordinates of a tap on that plane, so I can render something there.
I've been trying to use this StackOverflow question to solve this, but I can't seem to get it to work.