Fixing more examples
- Changed a few parts to use IntPtr for now.
This commit is contained in:
parent
67d5628fe3
commit
26cd2c6337
6 changed files with 22 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue