Selva Compute API Reference - v1.1.2
    Preparing search index...

    Type Alias EnvironmentConfig

    type EnvironmentConfig = {
        backgroundColor?: Color | string;
        enableEnvironmentLighting?: boolean;
        hdrPath?: string;
        sceneUp?: Vector3;
        showEnvironment?: boolean;
    }
    Index

    Properties

    backgroundColor?: Color | string
    enableEnvironmentLighting?: boolean
    hdrPath?: string
    sceneUp?: Vector3
    showEnvironment?: boolean