Rodri
Rodri
I have done a bunch of changes in an attempt to simplify development and allow npm link to work. The idea is to use the same rollup setup through across...
Export `RangeSlider` so you can use it on custom Leva Plugins.
- `three` version: 0.163.0 - `@react-three/fiber` version: 8.16.1 - `@react-three/drei` version: 9.105.3 ### Problem description: GizmoHelper (GizmoViewport, GizmoViewcube) have the following issues when using them in multiple `` components: -...
First of all, I love this repo! This is game changer for people building 3D design tools, thanks @OmarShehata :heart: ! I wanted to know if there are plans to...
Added this small patch manually :) Not sure if these files are generated automatically.
### What version of `vite` are you using? 3.1.0 ### System info and storybook versions System: OS: Linux 5.15 Ubuntu 22.04.1 LTS 22.04.1 LTS (Jammy Jellyfish) CPU: (8) x64 11th...
### Description `BatchedMesh` doesn't render `wireframe` mode correctly. ### Reproduction steps 1. Create a `BatchedMesh` with any `Material` with `wireframe` set to true. 2. Look at the results. ### Code...
### Why Currently this will give TS errors: ```tsx import { Line } from "@react-three/drei"; const points: readonly [number, number][] = [[0,0], [0,1]]; const MyLine = ()=> ``` ### What...
- `three` version: 0.160.1 - `@react-three/fiber` version: 8.15.15 - `@react-three/drei` version: 9.96.1 ### Problem description: `` component doesn't respect `backgroundRotation` when `ground` is set. ### Relevant code: ```js ``` [Sandbox](https://codesandbox.io/p/sandbox/envmap-ground-projection-forked-j96k9f?file=%2Fsrc%2FApp.js)...
Fix https://github.com/NASA-AMMOS/3DTilesRendererJS/pull/764 For this PR to fully work, we need to add the following things first: - [ ] Install the Changesets bot to this repo: https://github.com/apps/changeset-bot - [ ]...