heyu3913

Results 11 issues of 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...

尝试过把预加载关了,仍然会出现崩溃。我理解是不是没有进行销毁,查看过之后的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...