Rodri

Results 19 issues of Rodri

Would there be any interest in automating the release process? That way whenever something is merged to `master`, we know it is getting released right away. Thanks!

enhancement

I believe our LOD classes do not support Orthographic camera, only Perspective. In this sandbox you can see how everything just tends to move towards tile zoom 14. Sandbox: https://codesandbox.io/p/sandbox/geo-three-lod-2yfnq4...

bug

Do we know why scaling seems to be quite off? Sandobx: https://codesandbox.io/p/sandbox/gzl9tv ![image](https://github.com/user-attachments/assets/33d6a8e6-b507-4603-a140-7063f462a8f9) I took the Chaillot data points from https://rodrigohamuy.github.io/react-three-map/?source=true&story=extrude-coordinates--extrude-coordinates#ladle_loc_13

enhancement

Fix https://github.com/tentone/geo-three/issues/84 For this PR to fully work, we need to add the following things first: - [x] Install the Changesets bot to this repo: https://github.com/apps/changeset-bot - [ ] Add...

Would there be any interest in automating the release process? That way whenever something is merged to `master`, we know it is getting released right away. Thanks!

enhancement

Brings back https://github.com/pmndrs/react-three-fiber/pull/2428 , which regressed from v8 to v9.

Most `three-stdlib` controllers like `OrbitControls` and others are incompatible with R3F controls API. This is because R3F store `controls: THREE.EventDispatcher | null` ([source](https://github.com/pmndrs/react-three-fiber/blob/5a5080056fa00e81dba2e1cb922e9875ea545e48/packages/fiber/src/core/store.ts#L112)) extends from `THREE.EventDispatcher`, but latest `three-stdlib` introduced...

bug
Typescript

### Why As part of fixing #387, we did #388. But it resulted in `useThree().set({controls: ...})` not working with `three-stdlib` as their controls don't match the types. This loosens the...

- `@types/three` version: from 0.168.0 - `three-stdlib` version: 2.34.0 ### Problem description: `@types/three` introduced on v168 the breaking change that `unknown` events can no longer be dispatched in `EventDispatcher` ([source](https://github.com/three-types/three-ts-types/releases/tag/r168))....

bug