SaFrMo
SaFrMo
One of the most time-consuming parts of creating a new scene from scratch is placing items in the scene, so I'd love to add in an optional directive (`v-transform-control` or...
React Three Fiber includes easy ways to implement [postprocessing](https://github.com/vanruesc/postprocessing) - I'd like to see how straightforward it would be to create a custom effect pass in the EffectComposer using these...
- [ ] Clean up code and import types where available - [ ] Automate testing bundle size - [ ] Cypress/other tests
Codesandbox demos sometimes break
Adds a class when the user scrolls past the container, leaving the sticky element at the bottom of the sticky-container.
Keeping a running list of items I've needed to look up consistently: * Setting background color of renderer * Adding transparency to renderer No action needed on these right now,...
I needed to add this to ETC in the `watch` section on the front page: ```js '$route.fullPath'(to, from) { if (to == '/' && from.includes('?s=')) { this.$store.dispatch('LOAD_AND_REPLACE_QUERYDATA', { path: '/'...
From @drewbaker : > Would be good to have a component that created the link to edit a post/page. Obviously it should only show up if the user is logged...
Plain `v-xyz` directives work, passing bindings via `:v-xyz="1"` throw "no property v.xyz found on object" error. See `updateObjectProp` in associated branch for connected TODO.