mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Fixing more examples
- Changed a few parts to use IntPtr for now.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user