mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-29 07:49:10 +00:00
feat: added comments for debugging
This commit is contained in:
parent
e35966d7ff
commit
de4b638d39
3 changed files with 18 additions and 16 deletions
|
@ -1,3 +1,4 @@
|
|||
<!-- src/routes/tools/+page.svelte -->
|
||||
<script lang="ts">
|
||||
import { Canvas } from '@threlte/core';
|
||||
import Scene from './Scene.svelte';
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!-- src/routes/tools/Scene.svelte -->
|
||||
<script>
|
||||
import Github3d from '$lib/components/gltf/Github3d.svelte';
|
||||
import { T, useFrame } from '@threlte/core';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue