1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-06-20 10:05:19 +00:00

feat(engine): all figures and transformations ready

This commit is contained in:
2022-11-27 08:23:17 +07:00
parent ae9661f4b1
commit 77b552a310
7 changed files with 262 additions and 69 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<script setup lang="ts">
const showMenu = ref<boolean>(false);
const showMenu = ref<boolean>(true);
</script>
<template>