Unity-Technologies / arfoundation-samples

Example content for Unity projects based on AR Foundation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to obtain the label of the plane classification?

kenhuang1964 opened this issue Β· comments

Hey guys, I hope you are all doing well. Happy holidays πŸ˜„ I am currently working on an indoor navigation app and I want to be able to obtain the label of the plane the device is currently oriented towards. So say the device is pointing directly downwards, then the extracted label would be floor. Is there a way I can use raycasting constantly to continuously stream the label of the plane classification based on the orientation of the device's camera? Thanks in advance!

Figured it out :)