Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs
This commit is contained in:
commit
e6c3d8532f
3 changed files with 87 additions and 8 deletions
|
|
@ -29,10 +29,8 @@ public partial class core_vr_simulator
|
|||
|
||||
InitWindow(screenWidth, screenHeight, "raylib [core] example - vr simulator");
|
||||
|
||||
// Init VR simulator (Oculus Rift CV1 parameters)
|
||||
// fails?
|
||||
var a = GetVrDeviceInfo((int)HMD_OCULUS_RIFT_CV1);
|
||||
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