刘欢

Results 3 issues of 刘欢

你好作者,我想知道如果我在室内,他是否可以读取到我的当前位置呢?他又是如何判断我当前所处的楼层呢?期待您的回复

question

### Describe the bug using three-viewport-gizmo (https://www.npmjs.com/package/three-viewport-gizmo) after 'const gizmo = new ViewportGizmo(camera, renderer);', a white screen is triggered and the canvas is cleared ### Reproduction no ### Steps to...

needs reproduction

我使用`vueuse`中的`useWebWorker`方法 ``` import testWorker from 'test.worker.js?url'; const { data, post, terminate } = useWebWorker(testWorker, { type: 'module' }); ``` 在开发环境下没有问题,打包后 ![Image](https://github.com/user-attachments/assets/ed35a05d-58c5-41ec-8c43-0b25c420a193) ![Image](https://github.com/user-attachments/assets/10671c49-6a45-47e8-93bc-635cdca01acc) 无法访问,导致webworker无法使用 ------ 我应该怎么办?