#include <scene_camera.h>
Public Member Functions | |
| SceneCamera () | |
| SceneCamera (Scene &scene) | |
| float | get_field_of_view () const |
| Quaternionf | get_orientation () const |
| Vec3f | get_position () const |
| bool | is_null () const |
| void | set_field_of_view (float fov) |
| void | set_orientation (const Quaternionf &orientation) |
| void | set_position (const Vec3f &position) |
Friends | |
| class | Scene |
| class | Scene_Impl |