feat: tactical icons, follow-camera orbit, and ship info panel
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user