Skip to content

ProjectionInfo

Celestial Body Schema / Definitions / ProjectionInfo
Schema Type: JSON Type: object

No Description Found

rotation

Type: MVector3

Rotation of the object

See Definitions/MVector3

alignRadial

Type: boolean or null

Do we try to automatically align this object to stand upright relative to the body's center? Stacks with rotation.
Defaults to true for geysers, tornados, and volcanoes, and false for everything else.


position

Type: MVector3

Position of the object

See Definitions/MVector3

isRelativeToParent

Type: boolean

Whether the positional and rotational coordinates are relative to parent instead of the root planet object.


parentPath

Type: string

The relative path from the planet to the parent of this object. Optional (will default to the root sector).


rename

Type: string

An optional rename of this object


reveals

Type: array

The ship log facts revealed after finishing this slide reel.

Items

Type: string

No Description Found


playWithShipLogFacts

Type: array

The ship log facts that make the reel play when they are displayed in the computer (by selecting entries or arrows).
You should probably include facts from `reveals` here.
If you only specify a rumor fact, then it would only play in its ship log entry if this has revealed only
rumor facts because an entry with revealed explore facts doesn't display rumor facts.

Items

Type: string

No Description Found


slides

Type: array

The list of slides for this object.

Items

Type: SlideInfo

No Description Found

See Definitions/SlideInfo

type

Type: SlideShowType Default: slideReel

The type of object this is.

See Definitions/SlideShowType

reelModel

Type: SlideReelType Default: sevenSlides

Exclusive to the slide reel type. Model/mesh of the reel. Each model has a different number of slides on it. Whole has 7 slides but a full ring like 8.

See Definitions/SlideReelType

reelCondition

Type: SlideReelCondition Default: antique

Exclusive to the slide reel type. Condition/material of the reel. Antique is the Stranger, Pristine is the Dreamworld, Rusted is a burned reel.

See Definitions/SlideReelCondition