摘要: 不应用使用 scene.add(); 应该使用克隆对象的父节点添加 阅读全文
posted @ 2024-09-20 10:35 暖暖De幸福 阅读(10) 评论(0) 推荐(0) 编辑
摘要: var parent = brick.parent; parent.remove(brick); const children = brick.children; if (!children) return; children.forEach(({ geometry, material, child 阅读全文
posted @ 2024-09-20 09:34 暖暖De幸福 阅读(31) 评论(0) 推荐(0) 编辑