vue3.0 + threejs 报错如下:

Uncaught TypeError: ‘get’ on proxy: property ‘modelViewMatrix’ is a read-only and non-configurable data property on the proxy target but the proxy did not return its actual value (expected ‘#’ but got ‘#’)

解决方案

将scene变量声明为全局变量;

修改之前

在这里插入图片描述

修改之后

在这里插入图片描述

Logo

前往低代码交流专区

更多推荐