RealityKit

From XVRWiki
(Redirected from Realitykit)
Jump to navigation Jump to search

RealityKit is a framework from Apple for creating 3D augmented reality apps running on iOS gadgets.

It is based on an entity hierarchy. RealityKit runs within an ARKit context.

RealityKit and SceneKit can run at the same time within an app, if it is programmed that way.

RealityKit supports loading ModelEntity objects, which can be created from USDZ files.

Physics can be toggled by the programmer, including gravity.

RealityKit is supported on iOS 13.

References[edit]