I am new with ARKit and SceneKit frameworks and I want to know if it's possible to detect real world object like a door a wall or something.
For example is it possible to detect an object's collision with a door or any other real world objects?
I am new with ARKit and SceneKit frameworks and I want to know if it's possible to detect real world object like a door a wall or something.
For example is it possible to detect an object's collision with a door or any other real world objects?
ARKit
can detect planes, but right now only horizontal ones, see this answer here.
Other detections are not part of ARKit
.