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

    Type Alias LightingConfig

    type LightingConfig = {
        ambientLightColor?: Color;
        ambientLightIntensity?: number;
        enableSunlight?: boolean;
        sunlightColor?: Color | number;
        sunlightIntensity?: number;
        sunlightPosition?: Vector3;
    }
    Index

    Properties

    ambientLightColor?: Color
    ambientLightIntensity?: number
    enableSunlight?: boolean
    sunlightColor?: Color | number
    sunlightIntensity?: number
    sunlightPosition?: Vector3