MTSpace

@Serializable
class MTSpace

Space configuration for customizing the globe background (deep space/skybox effects). Requires globe projection to be visible.

Constructors

constructor(color: Int? = null, preset: MTSpacePreset? = null, faces: MTSpaceFaces? = null, path: MTSpacePath? = null)

Properties

@Serializable(with = ColorAsHexSerializer::class)
var color: Int?

Solid color for the space background or for tinting presets.

Custom cubemap faces.

Path-based cubemap definition.

Predefined cubemap preset.