Interface ViewerConfig

interface ViewerConfig {
    fov: number;
}

Properties

Properties

fov: number