[3d] support output normal and lineart at once (#3122)

This commit is contained in:
Terry Jia
2025-03-18 10:51:53 -04:00
committed by GitHub
parent e8997a7653
commit 52bad3d0d1
8 changed files with 194 additions and 13 deletions

View File

@@ -183,4 +183,8 @@ const animationListeners = {
emit('animationListChange', newValue)
}
}
defineExpose({
load3DSceneRef
})
</script>