feat: 3d nds model

This commit is contained in:
2025-12-13 23:45:50 +01:00
parent 6df6c5a7c9
commit 789a62ba90
24 changed files with 10828 additions and 3591 deletions

View File

@@ -110,6 +110,10 @@ onUnmounted(() => {
canvas.value.removeEventListener("wheel", handleCanvasWheel);
}
});
defineExpose({
canvas,
});
</script>
<template>