Diego Marcos

Results 90 issues of 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...

help wanted (easy)

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?

feature request

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/) ![image](https://github.com/aframevr/aframe/assets/39342/eddbc61c-0032-48e8-b5e4-f117ec88ddc9) [A-Frame master on THREE r152](https://glitch.com/edit/#!/hammerhead-rare-skipjack?path=info-message.js%3A113%3A0) ![image](https://github.com/aframevr/aframe/assets/39342/f0c0779a-c06c-469b-9624-c859cf51d9c6) @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...