mkeblx / Oculus-Quest-Interaction-Sample

Primitive sample of interaction for Oculus Quest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebVR Interaction Sample for Oculus Quest 1 and 2

Primitive sample of interaction between controllers and virtual objects for Oculus Quest. You can experience just by opening web site by using web browser of Oculus Quest since this sample was made with A-Frame.

This sample shows you how to:

  1. get input data of right/left controllers.
  2. manipulate object with raycaster library for A-Frame.
  3. teleport without walking on foot.
  4. shoot bullet by applying physics in vr environment.

Please see also following repository if you are finding a primitive sample of getting input from controller.
https://github.com/TakashiYoshinaga/Oculus-Quest-Input-Sample

Experiences

Experienc on your device
https://quest-demo.glitch.me


Video




References


Controller (Oculus Touch)
https://aframe.io/docs/0.9.0/components/oculus-touch-controls.html

Physics system
https://github.com/donmccurdy/aframe-physics-system

Teleport controll
https://github.com/fernandojsg/aframe-teleport-controls

About

Primitive sample of interaction for Oculus Quest

License:Apache License 2.0


Languages

Language:HTML 100.0%