I've gota billboard. I'd like to get some arbitrary points that lie on that billboard that fall within a boundary.
Is there something similar to blenders 3D cursor in Godot that would let me point and click the mesh and get a point on it?
If not, I suppose I can get the vertices of the billboard and do some math to figure it out, but I was hoping for an easier way.