RealityKit: Difference between revisions
Appearance
RealEditor (talk | contribs) →Physics Simulation: Remove ingratiating language |
RealEditor (talk | contribs) No edit summary |
||
Line 20: | Line 20: | ||
===Relationship with ARKit=== | ===Relationship with ARKit=== | ||
RealityKit and [[ARKit]] are designed to work together but serve different purposes. ARKit is responsible for understanding the real world by processing data from the device's camera and motion sensors, performing tasks such as [[plane detection]], [[image tracking]], and [[world tracking]]<ref name="arkitrelation">RealityKit Documentation - Apple Developer. https://developer.apple.com/documentation/realitykit</ref>. RealityKit takes the information from ARKit and uses it to place and interact with virtual content in the real world. In essence, ARKit "sees" the world, and RealityKit "draws" the virtual objects in it. | RealityKit and [[ARKit]] are designed to work together but serve different technical purposes. ARKit is responsible for understanding the real world by processing data from the device's camera and motion sensors, performing tasks such as [[plane detection]], [[image tracking]], and [[world tracking]]<ref name="arkitrelation">RealityKit Documentation - Apple Developer. https://developer.apple.com/documentation/realitykit</ref>. RealityKit takes the information from ARKit and uses it to place and interact with virtual content in the real world. In essence, ARKit "sees" the world, and RealityKit "draws" the virtual objects in it. | ||
==History== | ==History== |