Book Image

Extended Reality (XR) - Building AR | VR | MR Projects [Video]

By : Parul Bansal
Book Image

Extended Reality (XR) - Building AR | VR | MR Projects [Video]

By: Parul Bansal

Overview of this book

The latest CNBC report suggests that starting salaries for VR and AR developers range from $40,000 to $80,000 a year. The mixed reality market is full of opportunities but finding developers with these skills is a challenge since the industry is still embryonic. If you want to successfully enter the industry, this is the right time to join the AR and VR movement. This course is your chance to benefit from this opportunity by working with these technologies and transforming the way we see and interact with the World. Extended Reality is an umbrella term used for AR, VR, and MR. This course gives you exposure to the Extended Reality world and helps you understand the subtle difference between Augmented Reality, Virtual Reality, and Mixed Reality. Not only this, you'll build a solid foundation by developing applications using the most popular game engines for web and native platforms. By the end of the course, you'll have created your own projects on these platforms and will be ready for the future. Start learning today! Code for this code can be found at: https://github.com/PacktPublishing/Extended-Reality-XR---Building-AR-VR-MR-Projects
Table of Contents (6 chapters)
Chapter 3
Creating Complex AR Apps using iOS ARKit
Content Locked
Section 4
Placing Objects at Different 3D Locations with Tap Gesture
How to use touch event to place 3D object in the 3D world. We will be learning about the TouchEvent and will be using the concept of Raycasting to map the 2D point where the user touched on mobile to the 3D point in real world. - Use the touch Event to identify where the user has clicked in the real world. - Understand the use of Raycasting - Add the 3D objects at the place where user touches the screen