为了方便位置变换的相关操作,我将Grphic3D挂载在了相应Object3D的节点下,然后我现在需要销毁这个Object3D,在销毁Graphic3D时,报错Uncaught (in promise) TypeError: Cannot read properties of null (reading 'getAttribute'),这是为什么呢?
这个Graphic3D是最好只能有一个,且不能销毁嘛?
代码如下:
this.graphic3D.ClearAll();
destoryTarget.removeChild(graphic3D);
this.graphic3D.destroy(true);
报错信息如下: