Aiden Vigue
Aiden Vigue
Added a `useWindowPointer` prop to TresCanvas that states whether or not to use the window as the source of pointer events. Closes #581 Added the prop to docs page, let...
### Description I have a TresCanvas with a lower z-index that is under the main content on my site. I got around this in native Three by using events based...
Closes #1160. Adds placeholder behavior to NuxtPicture by initially setting the img element's src tag to the placeholder, waiting for the main src to load, and then showing the image.