February 2019
Beginner
178 pages
4h 38m
English
Let's move on to a bit of programming to ensure that our PlayerPawn is used and set up correctly for our player's hardware. Unreal needs to know where to set the Tracking Origin, or where to set the default height of the player, which can vary depending on your equipment. For the HTC Vive, the default is to target standing VR experiences by using a tracking origin set to the floor. The Oculus Rift, on the other hand, is set to target sitting VR experiences by default and uses an eye-level tracking origin. It might be easy to simply just set things up for the Vive, knowing that this is the platform we're targeting, but I want to create something that might be reusable outside just this project. We'll add the ...
Read now
Unlock full access