Added SetVrOutputTransform() snippet to VR example

This commit is contained in:
Shraiwi 2021-02-10 01:22:54 -06:00
parent fb892e900a
commit 246c00eb29

View File

@ -72,6 +72,8 @@ int main(void)
SetCameraMode(camera, CAMERA_FIRST_PERSON); // Set first person camera mode SetCameraMode(camera, CAMERA_FIRST_PERSON); // Set first person camera mode
SetVrOutputTransform(VR_OUTPUT_ROTATE_NONE); // Do not rotate the VR output
SetTargetFPS(90); // Set our game to run at 90 frames-per-second SetTargetFPS(90); // Set our game to run at 90 frames-per-second
//-------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------