[3d] remove unnecessary uploadTexture (#4357)

This commit is contained in:
Terry Jia
2025-07-19 14:38:49 -04:00
committed by GitHub
parent 282f9ce27a
commit ed1d944e0e
8 changed files with 0 additions and 162 deletions

View File

@@ -69,9 +69,6 @@ const eventConfig = {
exportLoadingEnd: () => {
loadingOverlayRef.value?.endLoading()
},
textureLoadingStart: () =>
loadingOverlayRef.value?.startLoading(t('load3d.applyingTexture')),
textureLoadingEnd: () => loadingOverlayRef.value?.endLoading(),
recordingStatusChange: (value: boolean) =>
emit('recordingStatusChange', value)
} as const