Interface BCFPerspectiveCamera

BCF perspective camera.

interface BCFPerspectiveCamera {
    camera_direction: BCFVector;
    camera_up_vector: BCFVector;
    camera_view_point: BCFVector;
    field_of_view: number;
}

Properties

camera_direction: BCFVector

BCF perspective camera direction.

camera_up_vector: BCFVector

BCF perspective camera "up".

camera_view_point: BCFVector

BCF perspective camera viewpoint.

field_of_view: number

BCF perspective camera field-of-view.