GrabVR
A module for grabbing objects in WebVR Three.js projects
The purpose of GrabVR is to provide an example of selecting and moving objects in the VR environment.
https://github.com/Sean-Bradley/GrabVR
You can download the project and view the examples.
git clone https://github.com/Sean-Bradley/GrabVR.git
cd GrabVR
npm install
npm run dev
Visit https://127.0.0.1:8080/
Note that the above URL is HTTPS. When developing WebVR locally, you will need an SSL certificate. This project auto creates a self-signed certificate that you will need to accept when visiting the development URL in the browser.
Example 1
Basic GrabVR demo.
Example 2
GrabVR demo using Cannonjs.