鹅叔

Results 23 comments of 鹅叔

- [Artistic] shader demo: https://github.com/hughsk/particle-excess-demo/

`@oasis-engine/draco` 这个包需要手动引入吗? @zhuxudong

这个是模块名称错了,地址应该是 https://oasisengine.cn/0.8/api/math/Quaternion ,我看看怎么修复一下

Merge to the main branch or 0.9 branch?

> 这个看起来是 codesandbox 的工程问题,我本地跑下是 ok 的。 @gz65555 stackblitz 也有同样的问题,我们找时间看看,这个 issue 先转移到官网 issue

我猜是路由切换的时候,包含 Canvas 的 vue 组件被销毁掉了,最好在切页面之前执行一下 `engine.pause()`,如果 Canvas 都销毁了,建议执行 `engine.destroy()`,这样可以避免内存泄漏。

详见这里 https://github.com/ant-galaxy/oasis-engine-toolkit 的 gizmo