Kieran Farr
Kieran Farr
Right now the select bar component expects 7 or more options, this is cumbersome. Suggestion: 6 or fewer objects does not scroll. A ghetto approach could be to manually create...
* when used with an app that loads menu options dynamically, the component should have an option to wait until some sort of call before drawing the menu
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax Use Spread syntax instead of pulling out each item in array https://github.com/kfarr/magic-matta/blob/49bfe9084885d2c4fc2b87e1c5166d589edf2f73/server/static/client.html#L209
issue: using aspect-ratio property prevents inspector from displaying anything when loaded workaround: don't use this property when you need to use the inspector issue: when using aspect-ratio property and resizing...
I have been able to successfully download and install the Chrome extension and use it on the webxr sample page as well as babylon.js with the portrait. I appreciate the...
https://github.com/3DStreet/3dstreet/issues/514
Option4 ← this one `/package.json` (global) `/src/editor/` for editor repo What is “Done?” - From npm commands I can run a local dev server with 2 entry points for core...
the component will accept longitude, latitude, elevation and perhaps an array to indicate which child maps to spawn "mapbox2d" "google3d" are the first 2 options the component is responsible for...
As a user editing a splat I may close a tab without intending to which will result in loss of data such as selection area or previous edits. Workaround: don't...
As an a-frame developer adding multiple gaussian splats to a scene, I would like splats to naturally occlude each other as though they were placed in real space together. Issue:...