heyu3913
heyu3913
Below is my code, and when I click the "Destroy!!!!!!!!" button, an error is reported in the console. ```javascript Destory!!!!!!!! import {ref, onBeforeUnmount, onMounted} from 'vue'; import * as THREE...
PERSPECTIVE visual angle TOP DOWN visual angle Nothing changed
尝试过把预加载关了,仍然会出现崩溃。我理解是不是没有进行销毁,查看过之后的pcd直接销毁掉,不要放在内存里可以吗?具体改哪部分代码呢
The function getLogState has the following structure:| `const getLogState = (log, ownProps) => ({ timestamp: log.getCurrentTime(), frame: log.getCurrentFrame() }); ` The frame property can sometimes be null, which causes the...