-
Hi - Thanks for the great library! I'm using three-geo along side three.js in my application. dist/three-geo.min.js has require('THREE') which webkit will not compile as it is not the right case. C…
-
Hello! I am following and trying to reproduce the code in https://discoverthreejs.com/book/first-steps/first-scene/
And I was getting this error:
Uncaught SyntaxError: The requested module './ve…
-
see: https://github.com/sohamkamani/three-object-loader/issues/25
use the following instead:
```js
import { OBJLoader } from 'three/examples/jsm/loaders/OBJLoader.js'
import { MTLLoader } from…
-
### Your codes was mind-blowing!
I want to say this is incredible man you do it? real by tensorflowjs. in three months age I was trying do that by some help by Chatbot 😒 but he isn't understand how…
-
This action's default usage of `--ext` when using the `eslint` linter prevents the action from running when using the modern `eslint.config.js` flat file configuration.
This problem seems to have b…
-
there is a nice converter of skybox image in webgl_shaders_ocean.html which convert skybox in 'cross' format into multi image ones (the one understood by three.js)
- the image https://github.com/mrdoo…
-
The R3F example with an updated stack (r154)
https://codesandbox.io/s/instanceduniformsmesh-r3f-forked-nqvrvl?file=/src/index.js
```
TypeError
Cannot read properties of null (reading 'attributes…
-
Hi Sean,
I try to use the THREE.SpotLight and THREE.PointLight lighting effects on the mesh loaded by OBJVertexColorLoader. And can't see any lighting on the mesh. Then I modified the file "OBJVe…
-
Attempting to instantiate `InstanceGroupMesh` results in the following error:
```
THREE.InstancedGroupMesh.esm.js?916d:36 Uncaught (in promise) TypeError: Class constructor Mesh cannot be invoked wi…
-
I've generated some tiles from a DEM (Erdas Imagine format) using the [`ctb-tile`](https://github.com/geo-data/cesium-terrain-builder) tool under Ubuntu 18.04.
I want now to visualize the generated…