Is it possible to get xyz position (probably not Z because it is forward and backward) when mouse click on a-scene?
for example:
<a-image id="image1" click-drag src="image/info.png" position="1 0.75 1" rotation="0 0 0"></a-image>
What i am trying to achieve is, when I click on the scene, i want put object in the scene, but I need to find out what is the exact position.
Please advise.