記事一覧
解決済み日本語記事: 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()
でエラーが出ているようです。
(省略されました)