Watch
2
0
Fork
You've already forked raylib-cs
0

Fixing more examples

- Changed a few parts to use IntPtr for now.
This commit is contained in:
Rgebee 2018-10-25 18:20:13 +01:00
commit 26cd2c6337
6 changed files with 22 additions and 25 deletions

View file

@ -31,6 +31,7 @@ public partial class core_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));
// Define the camera to look into our 3d world