- Unity 2018 Augmented Reality Projects
- Jesse Glover
- 188字
- 2021-08-05 10:37:28
ARCore
ARCore is a platform for building augmented reality apps for Android devices. ARCore uses three key technologies to integrate virtual content with the world through the camera. It uses motion tracking, environmental understanding, and light estimation. ARCore works by tracking the position of the device as it moves and builds its own understanding of the real world. It is able to identify interesting points and readings from the phone's sensors and has the ability to determine both the position and the orientation of the phone as it moves. ARCore only has a few supported devices at the present time, which are as follows:
- Google Pixel
- Pixel XL
- Pixel 2
- Pixel 2 XL
- Samsung Galaxy S8
If you don't own one of these devices, you are stuck using the Android Emulator for testing purposes. This is a very obvious downside, since not everyone owns one of these specific phones; additionally, the Android Emulator is an experimental piece of software and is subject to change often. The upside is that ARCore works with Unity3D and Unreal Engine as well as native to Android devices using the Java programming language.
- SQL Server 從入門(mén)到項(xiàng)目實(shí)踐(超值版)
- 跟小海龜學(xué)Python
- HBase從入門(mén)到實(shí)戰(zhàn)
- Xamarin.Forms Projects
- Full-Stack React Projects
- Yocto for Raspberry Pi
- Yii Project Blueprints
- Advanced Express Web Application Development
- Python全棧數(shù)據(jù)工程師養(yǎng)成攻略(視頻講解版)
- 移動(dòng)互聯(lián)網(wǎng)軟件開(kāi)發(fā)實(shí)驗(yàn)指導(dǎo)
- Mastering Python Design Patterns
- Mastering JavaScript
- Deep Learning for Natural Language Processing
- Test-Driven iOS Development with Swift
- Learning NHibernate 4