-
Hi, first of all thank you so much for creating _three.js playGnd.
I definitely started to play with three.js thanks to this.
Let me ask you about texture with a cross-domain image.
I want to load im…
-
```
"devDependencies": {
"@vitejs/plugin-react": "4.3",
"vite": "^5.4.1"
},
"dependencies": {
"@react-three/drei": "^9.111.2",
"@react-three/fiber": "^8.17.5",
"leva"…
-
React version: 18.3.1
## Steps To Reproduce
1. `$ npx create-react-app my-app`
2. `$ cd my-app`
3. Replace the contents of App.js with the code listed below
4. `$ npm run start`
5. Open the …
-
![2IIDZGR1YJP4BH`8C0{XFR9](https://github.com/user-attachments/assets/559e619c-3d4f-4620-bf8f-d3308db000f1)
参考three官网写了个体渲染 目前想集成mtk 里面 大佬有时间了帮忙看看能实现吗
[voxel.zip](https://github.com/user-attachments…
-
-
Here are my steps to get the demos running:
```
npm install webvr-boilerplate
cd node_modules/
cd webvr-boilerplate/
python -m SimpleHTTPServer
```
I assume there's no build? there's no grunt/gulp,…
mflux updated
8 years ago
-
### Description
`WebGPUAttributes._createBuffer()` is extremely slow because of line WebGPUAttributes.js:128 (copying an array) -- according to profile in https://github.com/mrdoob/three.js/pull/25…
-
The Error portion:
```
ERROR in ./app/Data.js
Module not found: Error: Cannot resolve 'file' or 'directory' ../meta/drum_like.json in C:\Users\Saim Mehmood\aiexperiments-drum-machine\app
@ ./app/…
-
I'm trying to make use of the WebGL scatter in the latest alpha release of bqplot. I set up a clean environment with:
```
$ python3.7 -m venv ~/python/test-bqplot-alpha
$ source ~/python/test-bqp…
-
The guidelines for ETC1S format suggest that the applications should decode to BC7 (if available) with a fallback to BC1 (single-slice) and BC3 (dual-slice).
I'm curious, where does this recommenda…