- Unity 2018 Augmented Reality Projects
- Jesse Glover
- 128字
- 2021-08-05 10:37:28
ARKit
ARKit, which was introduced in iOS 11, is a framework for easily creating augmented reality projects for the iPhone and iPad. ARKit's features include:
- TrueDepth Camera
- Visual Inertial Odometry
- Scene Understanding
- Lighting Estimation
- Rendering Optimizations
The downsides to ARKit are that it is an experimental software and subject to change often, and that it requires the use of the Apple iPhone X to take full advantage of the TrueDepth Camera. You cannot compile this on Windows for Mac, so it is a requirement to have a macOS to even test the code properly. The pros, however, are that ARKit works with Unity3D and Unreal Engine and can utilize the A9, A10, and A11 Apple processors. In other words, it works with the iPhone 6S and beyond.
推薦閱讀
- C++程序設計教程
- Mastering JavaScript Object-Oriented Programming
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Learn Swift by Building Applications
- 零基礎學Java程序設計
- SQL Server數據庫管理與開發兵書
- 代碼閱讀
- Python趣味編程與精彩實例
- SQL Server 入門很輕松(微課超值版)
- Mastering HTML5 Forms
- Exploring SE for Android
- Ext JS 4 Plugin and Extension Development
- 現代CPU性能分析與優化
- H5+移動營銷設計寶典
- Python編程快速上手2