[3d] add support to upload texture (#3224)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Terry Jia
2025-03-24 16:58:45 -04:00
committed by GitHub
parent a1cfb68116
commit abe65e58a0
14 changed files with 205 additions and 10 deletions

View File

@@ -65,7 +65,10 @@ const eventConfig = {
},
exportLoadingEnd: () => {
loadingOverlayRef.value?.endLoading()
}
},
textureLoadingStart: () =>
loadingOverlayRef.value?.startLoading(t('load3d.applyingTexture')),
textureLoadingEnd: () => loadingOverlayRef.value?.endLoading()
} as const
watchEffect(() => {