How can set node (3d object) in the floor with ARKit and CoreLocation?
I want when my distance is less than 20 meters. My object on the ground using altitude. I use CoreLocation and SceneKit.
Do you have any idea?
Thanks.
How can set node (3d object) in the floor with ARKit and CoreLocation?
I want when my distance is less than 20 meters. My object on the ground using altitude. I use CoreLocation and SceneKit.
Do you have any idea?
Thanks.
CoreLocationframework gives you analtitudeinstance property, measured in meters:Also you can use a
floorproperty that's a logical floor of the building in which the user is located: