Hi, how can i detect vertical planes (Walls) with arcore? I want to spawn actor on wall. Now i can only spawn to simple plane (floor) or when recognized an image on wall.
Thanks
Hi, how can i detect vertical planes (Walls) with arcore? I want to spawn actor on wall. Now i can only spawn to simple plane (floor) or when recognized an image on wall.
Thanks
Hi, vertical plane detection is supported since ARCore 1.2, which is part of Unreal 4.20. You can enable vertical plane in ARSessionConfig and check the “Vertical Plane Detection” checkbox.
Though be aware that the wall need to have some texture on it. ARCore relay on feature detection to detect planes so it can’t detect walls with plain colors.
Hi, thank you. Yes vertical plane detection is enabled in my session config. But then my white wall the problem