feat: added comments for debugging

This commit is contained in:
Bart van der Braak 2023-07-29 17:42:10 +02:00
parent e35966d7ff
commit de4b638d39
3 changed files with 18 additions and 16 deletions

View file

@ -1,3 +1,4 @@
<!-- src/routes/tools/+page.svelte -->
<script lang="ts">
import { Canvas } from '@threlte/core';
import Scene from './Scene.svelte';

View file

@ -1,3 +1,4 @@
<!-- src/routes/tools/Scene.svelte -->
<script>
import Github3d from '$lib/components/gltf/Github3d.svelte';
import { T, useFrame } from '@threlte/core';