interface Camera {
    center: Partial<Point>;
    eye: Partial<Point>;
    up: Partial<Point>;
}

Properties

Properties

center: Partial<Point>