make3d
    Preparing search index...

    Class Skybox

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • textures: {
            back: string;
            down: string;
            front: string;
            left: string;
            right: string;
            up: string;
        } = Skybox.DEFAULT_TEXTURES
      • callback: (skyBox: Texture) => void = Skybox.DEFAULT_CALLBACK

      Returns Skybox

    Properties

    DEFAULT_TEXTURES: {
        back: string;
        down: string;
        front: string;
        left: string;
        right: string;
        up: string;
    } = ...

    Methods

    • Parameters

      • skyBox: Texture

      Returns void