feat(editor): add OrbitCamera with orbit, zoom, pan controls

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 10:33:10 +09:00
parent ae20590f6e
commit 6ef248f76d
3 changed files with 169 additions and 0 deletions

View File

@@ -5,4 +5,5 @@ edition = "2021"
[dependencies]
bytemuck = { workspace = true }
voltex_math = { workspace = true }
wgpu = { workspace = true }