修复更改预览模型和纹理参数不生效的问题

This commit is contained in:
2025-06-03 14:31:16 +08:00
parent 990dfa2944
commit 07565d42c4
3 changed files with 7 additions and 11 deletions

View File

@@ -75,7 +75,6 @@ const sceneSetup = () => {
}
async function UpdateMaterialAsync() {
console.log(Material.value.Update);
// TODO: Danger: 如果等待下面这一行,会导致更新卡住(未知问题)
Material.value.Update();
// Material.value.Material.needsUpdate = true;