(1 ~ 1件目表示 / 1件中)
タグ「THREE.js」の条件で表示中。


記事一覧

解決済み日本語記事: get on proxy: property modelViewMatrix is a read-only

524, 2022-07-28

modelViewMatrix is a read-only

Vue3でTHREE.jsを使っていたところ↓のようなエラーが出ました。

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 '#<Matrix4>' but got '#<Matrix4>')

Vue2では動いてたプログラムがVue3にすると動かなくなりました。
どうもTHREE.jsのレンダラーのrender()でエラーが出ているようです。

(省略されました)


(1 ~ 1件目表示 / 1件中)
タグ「THREE.js」の条件で表示中。