Engine API Reference - v2.6.1
    Preparing search index...

    Class Sky

    Implementation of the sky.

    Index

    Properties

    Accessors

    Properties

    node: GraphNode = ...

    A graph node with a transform used to render the sky mesh. Adjust the position, rotation and scale of this node to orient the sky mesh. Ignored for SKYTYPE_INFINITE.

    Accessors

    • set center(value: Vec3): void

      The center of the sky. Ignored for SKYTYPE_INFINITE. Typically only the y-coordinate is used, representing the tripod height. Defaults to (0, 1, 0).

      Parameters

      Returns void