Search completed in 1.22 seconds.
1 results for "VRFieldOfView":
WebVR — Virtual Reality for the Web - Game development
GamesTechniques3D on the webWebVR
for example: function setcustomfov(up,right,down,left) { var testfov = new vrfieldofview(up,right,down,left); ghmd.setfieldofview(testfov,testfov,0.01,10000.0); } the gpositionsensor variable holds the positionsensorvrdevice — using this you can get the current position or orientation state (for example to update the scene view on every frame), or reset the sensor.