Akazm
Akazm

Reputation: 111

ARKit - Official source for unit of measuring?

According to this answer, ARKit uses meters for measuring.

Is there any official source for this, somewhere within Apple's Documentation, for example? I've been searching for hours.

Upvotes: 2

Views: 491

Answers (1)

Andy Jazz
Andy Jazz

Reputation: 58153

SceneKit’s world space corresponds to the meter defined in the International System of Units.

The same units are set for ARKit space and RealityKit space.

Watch ARKit WWDC 2017 video (time: 14:32).

enter image description here

Upvotes: 1

Related Questions