Reticulum
Reticulum copied to clipboard
A simple gaze interaction manager for VR in the browser with Three.js.
Hello, I downloaded the Reticulum-master, and host it on a local server. When I open your examples, I got the following errors: reticulum.js:549 Uncaught SyntaxError: Unexpected token export basic.html:135 Uncaught...
Use babel to generate a dist file for common use (recent es6 'default export' changes aren't compatible with my build)
Hi, on my Galaxy S6 with Android / Firefox the device orientation does not work when I open the Reticulum examples. Seems like the gyro is not recognized / disabled...
Allow the Reticle to change distance with non-interactive objects too. This would allow the object to always remain visible.
Would be nice to be able switch inputs (e.g. mouse, touch, VR).
Currently it only supports the camera's frustum. User should be able to scale the frustum so they can have more control of when the reticle is displayed.
Hi, I was wondering if the codebase could be made compatible with React Three Fiber ? As React Three Fiber is gaining popularity for 3D rendering in React, it would...