feat: rust stuff

This commit is contained in:
2024-03-10 17:18:07 +01:00
parent 1ce75369a1
commit bc7b972314
19 changed files with 797 additions and 257 deletions

View File

@@ -7,11 +7,9 @@
BufferGeometry,
MathUtils,
Vector3,
Mesh,
DoubleSide,
Color,
BufferGeometryLoader,
ConeGeometry
BufferGeometryLoader
} from 'three';
import { writable } from 'svelte/store';
import { onDestroy, onMount } from 'svelte';