react-three-rapier
react-three-rapier copied to clipboard
ð€º Rapier physics in React
I have issues with https://react-three-rapier.pmnd.rs/ Here's a video and some observations (Recorded on https://react-three-rapier.pmnd.rs/ just now): https://github.com/pmndrs/react-three-rapier/assets/360330/e1bd652e-16e3-403d-a460-f027f58e14da - "Debug" button only works once (or while "Perf" is also enabled). Otherwise...
Bumps [@react-three/drei](https://github.com/pmndrs/drei) from 9.74.14 to 9.105.5. Release notes Sourced from @âreact-three/drei's releases. v9.105.5 9.105.5 (2024-04-28) Bug Fixes regenerate types, update stdlib for CSB (1c676bc) v9.105.4 9.105.4 (2024-04-13) Bug Fixes useVideoTexture:...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.32.0 to 1.5.2. Release notes Sourced from vitest's releases. v1.5.2    ð Bug Fixes Check for null before storing in weakmap  - by @âsheremet-va (ce368)     View changes on...
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). These dependencies needed to be updated together. Updates `react-dom` from 18.2.0 to 18.3.1 Release notes Sourced from react-dom's releases. 18.3.1 (April 26, 2024) Export act from...
Hello. I see that r3p currently depends on rapier `0.11.1`, however `0.17.0` got `DynamicRayCastVehicleController`. Would be great to have it exposed in r3p.
Bumps [@react-three/fiber](https://github.com/pmndrs/react-three-fiber) from 8.9.1 to 8.16.2. Release notes Sourced from @âreact-three/fiber's releases. v8.16.2 What's Changed fix(useLoader): don't dispose of memoized loader by @âCodyJasonBennett in pmndrs/react-three-fiber#3231 Full Changelog: https://github.com/pmndrs/react-three-fiber/compare/v8.16.1...v8.16.2 v8.16.1 What's...
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 9.19.2 to 14.7.1. Release notes Sourced from happy-dom's releases. v14.7.1 :construction_worker_man: Patch fixes Adds support for using Node.prototype.cloneNode.call(element), Node.prototype.appendChild.call(element), Node.prototype.removeChild.call(element), Node.prototype.insertBefore.call(element) and Node.prototype.replaceChild.call(element), which Svelte v5 relies...
Can you tell me how to use [Rigidbody](https://github.com/pmndrs/react-three-rapier?tab=readme-ov-file#the-rigidbody-component) correctly with [Html](https://github.com/pmndrs/drei?tab=readme-ov-file#html)? If you nest Html within the Rigidbody, it will align closer to the center relative to all the children,...
Hi, I am trying to use this lib together with @react-three/fiber & @react-three/drei in the Expo project "expo": "47.0.13" "react-native": "0.70.5" That's the demo in the docs I followed: ```typescript...
Im moving a RigidBody with `type="kinematicPosition"`. And want to emit an event when it hits a `type="fixed"`. For some reason the event does not emit. Unless the fixed is hit...