add interactive 3D sample animated by threejs

This commit is contained in:
isUnknown 2024-09-23 18:34:02 +02:00
parent ee4e6adf06
commit 32dc56f9dd
17 changed files with 165 additions and 26 deletions

View file

@ -1,9 +1,11 @@
<template>
<main>
<Projects />
<VirtualSample />
</main>
</template>
<script setup>
import Projects from "../components/Projects.vue";
import VirtualSample from "../components/VirtualSample.vue";
</script>