From e720f5a6c7f0896701dbe8ca9b60d686f82c2cd7 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Sun, 14 Dec 2025 14:36:30 +0100 Subject: [PATCH] feat: dispatch clicks on the 3d models to the canvases --- app/components/NDS.vue | 61 ++++++++++++++++++++++++++++++++++++++- app/components/Screen.vue | 10 +++---- app/pages/index.vue | 30 +++++++++++++++++-- 3 files changed, 92 insertions(+), 9 deletions(-) diff --git a/app/components/NDS.vue b/app/components/NDS.vue index f64cc88..418e82e 100644 --- a/app/components/NDS.vue +++ b/app/components/NDS.vue @@ -1,6 +1,6 @@