feat: 3 scene rendering setup
This commit is contained in:
@@ -15,8 +15,7 @@ export interface ShipSnapshot {
|
||||
behaviorPhase: string | null;
|
||||
controllerTaskKind: string;
|
||||
commanderObjective: string | null;
|
||||
nodeId?: string | null;
|
||||
bubbleId?: string | null;
|
||||
celestialId?: string | null;
|
||||
dockedStationId?: string | null;
|
||||
commanderId?: string | null;
|
||||
policySetId?: string | null;
|
||||
@@ -42,8 +41,7 @@ export interface ShipActionProgressSnapshot {
|
||||
export interface ShipSpatialStateSnapshot {
|
||||
spaceLayer: string;
|
||||
currentSystemId: string;
|
||||
currentNodeId?: string | null;
|
||||
currentBubbleId?: string | null;
|
||||
currentCelestialId?: string | null;
|
||||
localPosition?: Vector3Dto | null;
|
||||
systemPosition?: Vector3Dto | null;
|
||||
movementRegime: string;
|
||||
|
||||
Reference in New Issue
Block a user