Blair MacIntyre

Results 142 issues of Blair MacIntyre

The current default flat rendering style, with fixed lights, makes it very difficult to see what's happening in the scene. It would be great to add two things: - shadows....

As with Tilt Brush, it would be great to have a delete stroke option. It can delete an entire stroke, we don't need to support cutting / slicing strokes. Essentially,...

We're using aframe to teach a high school class, and one of the students noticed that when they went into the inspector, did some things, and exited, if they moved...

Given that we can now load a scene into an aframe program, and we can actually use the same code to render in this aframe program as we do in...

3D depth perception, relative to other strokes, is limited in VR, so it would be good to have more feedback where strokes will appear. One way this could happen is...

See the discussion here https://github.com/fartts/superfluity/issues/293 WebXR polyfill is silently printing "No device motion or orientation events will be fired until permission has been requested and granted." to the console, but...

On safari (mobile -- desktop doesn't "see" webxr so can't test), the inline-session example (at least) fails to "Exit VR" properly. The issue seems to be with the way the...

By not passing sessionID to all methods in the XRDevice class, it is impossible to support different capabilities and values on different sessions. For example, if there is an inline...

If your browser supports WebXR, the polyfill won't load. However, if your browser is a phone that just supports immersive-ar (and possibly inline), it would be nice to have a...

The internal implementation sets `enabledFeatures` to all the features that the devices supports, and then `doesSessionSupportReferenceSpace` checks this set.