Browse Source

Update example

pull/369/head
Ray 7 years ago
parent
commit
1ef818b032
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      examples/core/core_vr_simulator.c

+ 2
- 1
examples/core/core_vr_simulator.c View File

@ -22,7 +22,8 @@ int main()
InitWindow(screenWidth, screenHeight, "raylib [core] example - vr simulator");
InitVrSimulator(HMD_OCULUS_RIFT_CV1); // Init VR simulator (Oculus Rift CV1 parameters)
// Init VR simulator (Oculus Rift CV1 parameters)
InitVrSimulator(GetVrDeviceInfo(HMD_OCULUS_RIFT_CV1));
// Define the camera to look into our 3d world
Camera camera;

Loading…
Cancel
Save