|
Graphics v0.0.0
A simple abstraction layer for the modern graphics APIs.
|
成员的完整列表,这些成员属于 Camera,包括所有继承而来的类成员
| Camera(Type type) | Camera | |
| get_aspect_ratio() const | Camera | |
| get_far() const | Camera | |
| get_front() const (定义于 Camera) | Camera | |
| get_hfov() const | Camera | |
| get_near() const | Camera | |
| get_position() const | Camera | |
| get_projection() const | Camera | |
| get_right() const (定义于 Camera) | Camera | |
| get_rotation() const | Camera | |
| get_type() const | Camera | |
| get_up() const (定义于 Camera) | Camera | |
| get_vfov() const | Camera | |
| get_view() const | Camera | |
| orthographic_ (定义于 Camera) | Camera | |
| perspective_ (定义于 Camera) | Camera | |
| position_ (定义于 Camera) | Camera | protected |
| projection_ (定义于 Camera) | Camera | mutableprotected |
| projection_dirty_ (定义于 Camera) | Camera | mutableprotected |
| rotation_ (定义于 Camera) | Camera | protected |
| 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) | Camera | protected |
| up_ (定义于 Camera) | Camera | protected |
| update_projection_matrix() const | Camera | protected |
| update_view_matrix() const | Camera | protected |
| view_ (定义于 Camera) | Camera | mutableprotected |
| view_dirty_ (定义于 Camera) | Camera | mutableprotected |