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

    Type Alias ThreeInitializerOptions

    type ThreeInitializerOptions = {
        camera?: CameraConfig;
        controls?: ControlsConfig;
        environment?: EnvironmentConfig;
        events?: EventConfig;
        floor?: FloorConfig;
        lighting?: LightingConfig;
        render?: RenderConfig;
        sceneScale?: "mm" | "cm" | "m" | "inches" | "feet";
    }
    Index

    Properties

    camera?: CameraConfig
    controls?: ControlsConfig
    environment?: EnvironmentConfig
    events?: EventConfig
    floor?: FloorConfig
    lighting?: LightingConfig
    render?: RenderConfig
    sceneScale?: "mm" | "cm" | "m" | "inches" | "feet"