ARHitTestResult Orientation

Once I have a ARHitTestResult, how do I go about retrieving information regarding orientation. For example, once I detect a wall or a vertical surface, how do I know its orientaiton?


The worldTransform variable seems to enclose information regarding orientation, but I do not know how to extract it.

Replies

create a tap gesture recognizer outlet and in the function

sender.location(in: sceneView)


enjoy


- Ninad