feat: tactical icons, follow-camera orbit, and ship info panel

This commit is contained in:
2026-03-18 22:45:33 -04:00
parent f98c47a8a7
commit aa4a6930ba
17 changed files with 154 additions and 118 deletions

View File

@@ -18,7 +18,7 @@ import type {
*/
export class SystemLayer {
readonly scene = new THREE.Scene();
readonly camera = new THREE.PerspectiveCamera(50, 1, 0.0001, 300000);
readonly camera = new THREE.PerspectiveCamera(50, 1, 0.000005, 300000);
readonly celestialGroup = new THREE.Group();
readonly nodeGroup = new THREE.Group();