Interface: PlanetIdentity
Identity for a planetary body. The name feeds the deterministic seed used by every generation step, so two bodies with the same name produce identical tiles and elevations. surfaceLook selects the visual archetype (terrain / bands / metallic), defaulting to 'terrain'.
Properties
type
ts
type: "planetary";name
ts
name: string;surfaceLook?
ts
optional surfaceLook?: SurfaceLook;