会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
暖暖De幸福
博客园
首页
新随笔
联系
管理
订阅
2024年9月20日
three.js 添加克隆对象,无法放置在原始位置
摘要: 不应用使用 scene.add(); 应该使用克隆对象的父节点添加
阅读全文
posted @ 2024-09-20 10:35 暖暖De幸福
阅读(10)
评论(0)
推荐(0)
编辑
three.js销毁对象
摘要: 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)
编辑
公告