-
Starting couple of weeks ago I started to see stuff like this. First time I noticed it in the file from 9/18
It doesn't appear to have negative effects on the imported hand though.
**Player1: show…
-
### Description
GLTFLoader will animate the wrong mesh when two meshes have the same name. This is possible when the mesh contains more than primitives and will get assigned unique name by the libr…
-
- Web application
# Client
- [react-three-fiber](https://github.com/pmndrs/react-three-fiber)
- Three.js
- Cannon.js
- Material UI
# Server
- Language: Node.js
- Backend: Next.js
-
### How can we reproduce the crash?
I use next.js v14.2.5 and bun v1.1.26, when I run "npm run dev" which next command for run developement mode of next.js its always delay of update UI after I do ch…
-
I've looked and haven't found a working example of rendering a .drc model with materials with THREE.js. Ive used the the `mtl-loader` and `drc-loader` to load my model, however, associating the materi…
-
Trying to integrate this beautiful package in my project but it is not working.
I get this error:
```
Text2D.js:24 Uncaught (in promise) TypeError: Class constructor Object3D cannot be invoked …
-
This module has solved a lot of my headaches, but there are still some edge cases. To work with ESM, the code
```ts
import {useContextBridge} from "@react-three/drei/core/useContextBridge";
```
ne…
-
The example quest-physics.html gives this error with Aframe 1.4.0
physics.js:666 Uncaught TypeError: Cannot read properties of undefined (reading 'clamp')
at i.tock (physics.js:666:36)
at…
-
### Describe the bug
I'm using a react component like
```ts
import { lazy, Suspense } from "react";
const Lazy = lazy(() => import("./LazyCanvasPreload"));
const FullPageSpinner = () => spi…
-
Having issue with importing.
```
error - Error [ERR_REQUIRE_ESM]: require() of ES Module /d3-geo/src/index.js from /three-geojson-geometry/dist/three-geojson-geometry.common.js not supported.
In…