export interface IRayConf {
    fov: number;
    rayCount: number;
    fisheye: boolean;
    center: boolean;
}
