add interactive 3D sample animated by threejs
This commit is contained in:
parent
ee4e6adf06
commit
32dc56f9dd
17 changed files with 165 additions and 26 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue