Reputation: 311
If I was to create a SCNBox geometry in SceneKit with a width, height and length of 5, how does this translate to real world measurements?
For example, what measurements would I use to create the same size cube in say SketchUp?
Does 1 unit in SceneKit equal 10mm or 100mm?
Upvotes: 5
Views: 2351
Reputation: 13462
in SceneKit distances are specified in meters. So your box would be 5m wide.
Upvotes: 10