Trevor Flowers

Results 20 issues of Trevor Flowers

For devs who don't want to use the XRExampleBase, but do use THREE, it takes a fair amount of work to get going with WebXR. Ease the THREE.js devs' lives...

enhancement

The camera video and 3D scene are not properly aligned. The camera video is not properly resized and positioned to fill a handset's screen.

Now that the CG has a plan for WebXR (including using the XR namespace) we need to make our polyfill as close as possible to the first version train (basically...

Right now, none of the polyfill classes fire the events defined in the API draft document.

The session options have changed to include the target canvas for the base layer.

The examples currently don't show any indication if features like tracking (ARKit, ARCore, orientation events, etc) aren't supported. Show a message that the current browser isn't supported and information on...

enhancement

In world-scale apps, existing anchors will be become untrackable in some cases like when the user walks out of a room. Right now, the polyfill assumes that anchors are permanently...

The XRCoordinateSystem is implemented for `stage`, `eyeLevel`, and `headModel` but type `geospatial` is stubbed out. Implement the WSG84 geodetic frame calculations to position a given latitude / longitude / altitude...

enhancement

Right now, there is no way to request the Reality camera data in order to do computer vision tasks like marker detection. Stub out an API on Realities to request...

enhancement

Add support for WebAROnARKit: https://github.com/google-ar/WebARonARKit

enhancement