Demo 3D VR in progress

Stephan

Member
hi guys,

my new project is a 3D VR game.
* i can load a model of terrain made with game maker (in the code i defined to properties of each type of block to define the height of each cells)
* for the camera movement, i made an extension for the HTML5 version to get the device tilt angles

the result is visible there:

you can test it from : https://slashio.codinfinity.net/vr/
in a desktop you will to open the inspector to customize the device orientation values , in a galaxy tablet it work. but i could'nt make it working in a smartphone (galaxy j4+) if you have a better one, maybe you would be able to test it too


i also coded the possibility to have 2 camera with a different angle ,
next step is to get the devices acceleration to compute the player's movement

the goal is to have a boiler plate to make games for google CardBoard
 
Top