Detect Plane

Hi guys, Have you seen the new version of IKEA application?
I saw that app just detect plane one time. And based on some feature point can detect all plane (example all the room). It does not only detect the plane in front of the camera but also detect all plane around ( very large).
Do you know how to do that?

Replies

In the viewWillAppear .....

set the configuration as below..


let configuration = ARWorldTrackingConfiguration()

configuration.planeDetection = .horizontal


This should do the trick... enjoy 😉

I mean it will detect all ground without moving