三维加载模型字符错误

This commit is contained in:
sunzhenyu 2020-11-19 18:11:17 +08:00
parent 4b28d2b9f6
commit 3827cff0cd

View File

@ -593,7 +593,7 @@ export function AssetLoader(){
let realtrain = new THREE.Group();
for(let j=6;j>0;j--){
let name = "c"+j;
let name = "C"+j;
for(let i=0;i<object.children.length;i++){
if(object.children[i].name == name){