Diego Marcos
Diego Marcos
There are tons of outdated info in the docs that have accumulated after the years: broken examples, mentions to old and deprecated headsets, old APIs... I try to correct as...
The post below made me consider it for the first time: https://world.hey.com/dhh/you-can-t-get-faster-than-no-build-7a44131c Has the time come to modularize components and get rid of the build step?
Brainstorming. Dealing with browser autoplay policies is one of the most confusing things for beginners. `Why my audio / video is not playing?` Probably one of the top 5 most...
I've seen changes landing on THREE lately related to color management that seemed change A-Frame default behavior [A-Frame 1.4.2 on THREE r147](https://aframe.io/aframe/examples/showcase/ui/)  [A-Frame master on THREE r152](https://glitch.com/edit/#!/hammerhead-rare-skipjack?path=info-message.js%3A113%3A0)  @donmccurdy...
https://github.com/aframevr/aframe/blob/v1.3.0/package.json#L9 cc @vincentfretin
I merged this https://github.com/supermedium/moonrider/pull/175 to bump to A-Frame 1.3.0 and I've got reports that keyboard no longer works (Quest 2 and 3). @redsolver anything quick comes to mind? Thanks so...
The DK2 has a built in latency tester. The SDK has an API to access it: ovrHmd_ProcessLatencyTest https://developer.oculusvr.com/forums/viewtopic.php?f=55&t=10981 Can we expose it in the browser?
I created this planetarium demo to test performance: http://swimminglessonsformodernlife.com/cssVR/perfTest/ 1. You should see a star counter in the middle of your field of view (press ‘z’ if you don’t to...
Right now is returning [0,0,0,0] for the orientation. It would be better if it returns the identity [0,0,0,1] It would not interfere in the composition of rotations in the application...