-
https://github.com/cvalenzuela/Mappa/blob/2ea199ad6f033f097ca1ba02c09b69213e65c432/examples/tile/Threejs/script.js#L69
I think 'Mapboxgl' should be 'MapboxGL'. It's very strange that source code is…
-
Hello,
I just discovered that the emulator is also capable of simulating planes and meshes (which is great!)
However it's very confusing and irritating that the emulator also renders in the thr…
-
when i run the project as release mode this error appears
```
I/FlutterWegGL(18144): OpenGL initialized: Vendor:Qualcomm renderer: Adreno (TM) 660 Version: OpenGL ES 3.2 V@0530.0 (GIT@12ae96cb63, …
-
Wondering if GLTF Lights can support shadows in ThreeJS? The lights work perfectly but there's no shadows and I'm having a hard time finding any documentation surrounding this besides this post. http…
-
### 问题描述
用registerRenderService()添加threejs,加载模型,在路由离开后销毁scene.destroy();但是threejs没有被销毁,并且报错,
THREE.WebGLRenderer: Context Lost.
### 重现链接
_No response_
### 重现步骤
_No response_
### 预期行为
不要出现THREE…
-
`Failed to compile
./node_modules/@splinetool/loader/build/SplineLoader.js
Attempted import error: 'mergeBufferGeometries' is not exported from 'three/examples/jsm/utils/BufferGeometryUtils.js' (imp…
-
They removed `RGBFormat` which is an import for `trois.modules.js`. You just need to change it to `RGBAFormat` to support it.
-
-
## Context
itowns Label uses 2d canva
## Description of the proposal
Use roika-three-text to have webgl text rendering : https://troika-examples.netlify.app/#text
### Identified use-cases
…
-
Hello!
Thank you for this awesome library!!!
I'm working on a mesh fracturation on threejs meshs and i want to include your library into my project and especially to the fractured meshs.
My current …