Jaume Sanchez
Jaume Sanchez
Open for the taking! Someone that uses npm and wants to fix the package to work correctly.
To address https://github.com/spite/ccapture.js/issues/41, https://github.com/spite/ccapture.js/issues/20 and https://github.com/spite/ccapture.js/issues/10
Yes, I know. Originally it was supposed to encapsulate all the features of a THREE.Mesh with its own geometry and attributes, but it got complicated. Next refactor should have a...
Recycle arrays as much as possible to make updating lines fast
webvr.info recently implemented [Origin Trials](https://github.com/jpchase/OriginTrials/blob/gh-pages/explainer.md), so the WebVR API is available for the page. One side-effect of that is that, since the API is "loaded" when the page loads and...
From the new spec, and this https://github.com/w3c/webvr/blob/gh-pages/js/webvr-1-1.js
- Add support to modify stageParameters sizeX and sizeY - Add UX/UI to modify those values
- Add dispatching of vrdisplayactivate and vrdisplaydeactivate events - Add UX/UI to activate and deactivate HMD
Add UX/UI to edit VRStageParameters.sittingToStandingTransform.
- Intercept Gamepad API and inject poses from extension - Add UX/UI to represent controllers, select them, and work with them Potential solution: https://github.com/spite/WebVR-Extension/issues/4 From work on https://github.com/spite/WebVR-Recorder it might...