Graphics v0.0.0
A simple abstraction layer for the modern graphics APIs.
载入中...
搜索中...
未找到
Camera 成员列表

成员的完整列表,这些成员属于 Camera,包括所有继承而来的类成员

Camera(Type type)Camera
get_aspect_ratio() constCamera
get_far() constCamera
get_front() const (定义于 Camera)Camera
get_hfov() constCamera
get_near() constCamera
get_position() constCamera
get_projection() constCamera
get_right() const (定义于 Camera)Camera
get_rotation() constCamera
get_type() constCamera
get_up() const (定义于 Camera)Camera
get_vfov() constCamera
get_view() constCamera
orthographic_ (定义于 Camera)Camera
perspective_ (定义于 Camera)Camera
position_ (定义于 Camera)Cameraprotected
projection_ (定义于 Camera)Cameramutableprotected
projection_dirty_ (定义于 Camera)Cameramutableprotected
rotation_ (定义于 Camera)Cameraprotected
set_orthographic(float width, float height, float near, float far)Camera
set_perspective(float vFOV, float aspectRatio, float near, float far)Camera
set_position(const Vector3f &pos)Camera
set_rotation(const Vector3f &rot)Camera
Type 枚举名称Camera
type_ (定义于 Camera)Cameraprotected
up_ (定义于 Camera)Cameraprotected
update_projection_matrix() constCameraprotected
update_view_matrix() constCameraprotected
view_ (定义于 Camera)Cameramutableprotected
view_dirty_ (定义于 Camera)Cameramutableprotected