Vr example runs, but does not render properly
This commit is contained in:
parent
0d31d18479
commit
63a230ae21
3 changed files with 85 additions and 5 deletions
|
|
@ -29,9 +29,8 @@ public partial class core_vr_simulator
|
|||
|
||||
InitWindow(screenWidth, screenHeight, "raylib [core] example - vr simulator");
|
||||
|
||||
// Init VR simulator (Oculus Rift CV1 parameters)
|
||||
// fails?
|
||||
InitVrSimulator(GetVrDeviceInfo((int)HMD_OCULUS_RIFT_CV1));
|
||||
// Init VR simulator (Oculus Rift CV1 parameters)
|
||||
InitVrSimulator(GetVrDeviceInfo(HMD_OCULUS_RIFT_CV1));
|
||||
|
||||
// Define the camera to look into our 3d world
|
||||
Camera3D camera;
|
||||
|
|
|
|||
Loading…
Reference in a new issue