Blair MacIntyre

Results 137 comments of Blair MacIntyre

Can you take a look at the evolving proposal for the w3c WebXR (https://github.com/immersive-web/webxr) and see what they are doing there? (Sorry, I don't have time right now, so it'll...

Some comments. Probably need to update the docs. But, really, need to see where the w3c WebXR spec is going with these sorts of things. I think (in general) things...

Hi, I know there's been discussion on the AFrame slack about this, but I thought I'd follow up here. The idea behind the SITTING_EYE_HEIGHT was to provide some notion of...

Yes, that won't work. The typical orbit (and other) camera controls will try to move the camera; any webxr setup will need the camera to follow the position of the...

@che1404 is working on this while working on the iOS app at the same time

Speaking as someone who was just bitten by this, I would like something to be surfaced. I use ngrok for testing, and Oculus browser defaults to `http` instead of `https`...

My $0.02 is that I don't think a single canonical URL is useful; I would never include that in my web app because when it gets updated, my web page...

Found this on SO, seems to confirm it's an issue with extending native classes on Safari https://stackoverflow.com/questions/58471434/problem-extending-native-es6-classes-in-safari

I implemented the suggested solution in the three places needed here, and it works fine. Should we just include that here? I'm happy to submit a PR.

So you’re already using your EventTarget polyfill in this; the issue I was running into is with Event. I don’t think the suggested change has any downside since it’s just...