Kris Baumgarter

Results 30 issues of Kris Baumgarter

Let's discuss some v9 goals here. These are all tentative right now. ### Completed - [x] Add stage-based lifecycle, deprecate `useFrame` for `useUpdate` https://github.com/pmndrs/react-three-fiber/pull/2279 - [x] Remove `onUpdate` prop https://github.com/pmndrs/react-three-fiber/pull/2480...

request for comments

- `three` version: 0.139.2 - `@react-three/fiber` version: 8.0.12 - `@react-three/drei` version: 9.6.2 - `node` version: 14.17.3 - `npm` (or `yarn`) version: 8.9.0 useGLTF returns type `GLTF` which is defined from...

bug

### Why I needed to be able to send the camera to specific orientations when it was not focused on an object. ### What The `to` method can be used...

### A clear and concise description of what the feature is I think we should explore creating an abstraction for use-spring and use-gesture in the same vein as [Framer Motion](https://www.framer.com/docs/introduction/)....

kind: request

## 🚀 Feature Proposal The idea is to be able to set a spring config per value in a single `useSpring`. ## Motivation + Example I like to use a...

kind: request

Makes it so you can specify`scaleOverride` in the `uesBody` props. Since most use cases I have for this initialize the scale on mount and then don't touch it, this method...

I am trying to dynamically update the useCompoundBody shape so that the bounding box changes without having to reinitialize the component. Here is a CodeSandbox example: https://codesandbox.io/s/dynamically-update-compoundbody-nkzu0?file=/src/App.js I expect that...

Events were completely broken for `primitive` elements. The main reason is that with a `primitive` you can add a tree fragment to the scene but only the top most element...

This adds a new property to `events` that lets you set a click threshold. If the delta of the pointer goes beyond this threshold then the click will be canceled....

This PR splits up the monolithic utils file into smaller ones organized by type and fixes some dependency issues by importing anything to do with the reconciler last.