J3D导入的模型可以更换材质球吗,用代码或者事件
粉嘟嘟的 2024-12-25 08:48:34 302
我要回答
1个回答
小伏
|
2024-12-25 09:27:21

可以用代码【let node = scene.getNodeByID(’模型id’), material = scene.getMaterialByID(’材质id’); node.material = material;】

点赞 评论 0