pmndrs / drei

🥉 useful helpers for react-three-fiber
https://docs.pmnd.rs/drei
MIT License
8.43k stars 708 forks source link

Splat Orthographic camara #2227

Open Alecapra96 opened 2 days ago

Alecapra96 commented 2 days ago

Problem description:

With the splat component, if I use the Orthographic camera and get closer, the splats go crazy and if they don't go crazy (the whole screen is filled with splats and they move everywhere) they load with very few splats and look empty

npm ls three client@0.0.0 C:\Users\local_account\Documents\GitHub\Template-DigitalTwin\client ├─┬ @react-three/drei@9.115.0 │ ├─┬ @monogrid/gainmap-js@3.0.6 │ │ └── three@0.167.1 deduped │ ├─┬ @react-spring/three@9.6.1 │ │ └── three@0.167.1 deduped │ ├─┬ camera-controls@2.9.0 │ │ └── three@0.167.1 deduped │ ├─┬ maath@0.10.8 │ │ └── three@0.167.1 deduped │ ├─┬ meshline@3.3.1 │ │ └── three@0.167.1 deduped │ ├─┬ three-mesh-bvh@0.7.8 │ │ └── three@0.167.1 deduped │ ├─┬ three-stdlib@2.33.0 │ │ └── three@0.167.1 deduped │ ├── three@0.167.1 deduped │ └─┬ troika-three-text@0.49.1 │ ├── three@0.167.1 deduped │ └─┬ troika-three-utils@0.49.0 │ └── three@0.167.1 deduped ├─┬ @react-three/fiber@8.17.10 │ └── three@0.167.1 deduped └── three@0.167.1 npm ls @react-three/fiber client@0.0.0 C:\Users\local_account\Documents\GitHub\Template-DigitalTwin\client ├─┬ @react-three/drei@9.115.0 │ ├─┬ @react-spring/three@9.6.1 │ │ └── @react-three/fiber@8.17.10 deduped │ └── @react-three/fiber@8.17.10 deduped └── @react-three/fiber@8.17.10-

@react-three/drei@9.115.0

node -v v20.13.1