Josh Beckwith

Results 24 issues of Josh Beckwith

Videos stop playing if they are off screen. Need to have them be visible at all times.

I think I'll use stencil

Resolves #63. Actually resolves #45. Related to #47. Requires browserify to build. Install with `npm install -g browserify`, then run `tests/modularize/build.sh`. The test uses commonjs modules, but it should behave...

Or at least hide them behind a flag

For convenience, it would be nice to have persistent values on controls. When the user reloads the page, the values can be loaded back in from localStorage. `ui.add('title', { name:'Title',...

This would be nice to have for Vector or Number inputs. Shift+drag: change by intervals of 10 drag: change by intervals of 1 Alt+drag: change by intervals of .1 Alt+Shift+drag:...

**Is your feature request related to a problem? Please describe.** I'm building a dynamic scene in ThreeJS, and I need a fallback for webXR (AR, specifically), for devices that don't...

Enhancement

The threejs camera needs to update the aspect to match the canvas size. Currently, the aspect is only set during initialization, so if the canvas size changes, the scene will...

There's an issue where if I try to add a second temperature node, it will disappear from the graph! I can initially set it up and it will be visible,...

What do you think about creating a node for controlling the fan? I need some programmatic fresh air! I'd be happy to help by submitting a PR once I can...