user3032502
user3032502

Reputation: 21

Define SceneKit Measurement Units

I know sceneKit measurement units are arbitrary but I don't know how I can set the sceneKit measurement unit to be in Meters where each unit equals 1 mm.

I have an AR library that returns in MM and I need to show that position in my live camera feed.

Appreciate any feedback of this

Upvotes: 0

Views: 230

Answers (1)

Xartec
Xartec

Reputation: 2415

The units in SceneKit ARE already meters. So you will have to adjust the input accordingly, i.e. scale by 1000.

Upvotes: 1

Related Questions