mrdoob / three.js

JavaScript 3D Library.
https://threejs.org/
MIT License
100.38k stars 35.2k forks source link

How to use OculusRiftEffect.js to make FPS game? #3529

Closed yuhsiangpai closed 11 years ago

yuhsiangpai commented 11 years ago

Recently I found a problem like this : http://stackoverflow.com/questions/16798412/how-to-use-oculusrifteffect-js-on-the-webgl-interactive-cubes-examples

I tried to design a FPS(First-person shooter) game. But my cursor can not correspond to the prospective heart that inside the left and right screen, which is mean I have a cursor, but the left and right screens have a crosshair on the screen in the game, I can not control my character's shooting accuracy, it will always shift.

How do I solve this problem?

mrdoob commented 11 years ago

As stated in the guidelines, help requests should be done in stackoverflow. This board is for bugs or feature requests.