feat: change initial camera position so that nodes are visible
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m3s

This commit is contained in:
Max Richter
2026-01-22 12:07:37 +01:00
parent 7f2214f15c
commit 6f5c5bb46e

View File

@@ -62,7 +62,7 @@ export class GraphState {
);
camera = $state<OrthographicCamera>(null!);
cameraPosition: [number, number, number] = $state([0, 0, 100]);
cameraPosition: [number, number, number] = $state([140, 100, 3.5]);
clipboard: null | {
nodes: NodeInstance[];