Clément Roche
Clément Roche
When basis texture is loaded through spritesheet loader, it fails and an error is thrown `a49d0e93-c657-4b02-bf8c-c509ee873b01:2252 Uncaught TypeError: Cannot convert "undefined" to unsigned int at Object.toWireType (a49d0e93-c657-4b02-bf8c-c509ee873b01:2252:19) at BasisFile.BasisFile$getImageTranscodedSizeInBytes [as...
Following the discussion we had on Discord with @AriaMinaei. Here is a [codesandbox](https://codesandbox.io/p/sandbox/sad-rgb-8qtz7m?file=%2Fpages%2F_app.tsx).
'use client'
Hi, I'm the maintainer of [react-lenis](https://github.com/studio-freight/react-lenis) package and some people complain about using the library in next.js app context usage. In fact it requires 'use client' directive on top of...
Hi, first of all thank you for this great lib. I'm not here to describe an issue but to ask for a feature. I'm trying to implement Rive with [three.js](https://github.com/mrdoob/three.js/)...
Example of usability: https://threejs.org/editor/
When we use directionnal light we almost always change its direction using .lookAt()
- `three` version: 0.149.0 - `@react-three/fiber` version: 8.10.1 ### Problem description: By using Array as input in `drei/useTexture` or `drei/useGLTF`, the files are not cached correctly. As you can see,...
ROADMAP
### List - [ ] support pull to refresh and UI collapse on `syncTouch` - [x] support scroll snap (https://github.com/darkroomengineering/lenis/blob/main/packages/snap/README.md) - [x] support typescript - [x] lenis/vue - [x] lenis/svelte...
`@studio-freight/lenis` has been deprecated, this PR replaces it with `lenis`.
Fixes conflicts for https://github.com/pmndrs/drei/pull/1970 cc @jwueller