Skip to content

Home > @unseenco/backstage-threejs > AutoAddCameraOptions

AutoAddCameraOptions type

Options for autoAddCamera().

Signature:

typescript
export type AutoAddCameraOptions = {
    objectKey?: string;
    namespace?: string;
    exclude?: AutoAddCameraExcludeInput;
    additionalConfig?: Record<string, unknown>;
    scene?: Scene;
    sensorHeight?: number;
};

References: AutoAddCameraExcludeInput