This is the complete list of members for hellfire::PerspectiveCamera, including all inherited members.
| create(Scene *scene, const std::string &name, float fov=70.0f, float aspect=16.0f/9.0f, float near_plane=0.1f, float far_plane=1000.0f, const glm::vec3 &position=glm::vec3(0.0f)) | hellfire::PerspectiveCamera | static |
| create(const std::string &name="PerspectiveCamera", float fov=45.0f, float aspect=16.0f/9.0f, float near_plane=0.1f, float far_plane=100.0f, const glm::vec3 &position=glm::vec3(0.0f, 0.0f, 0.0f)) | hellfire::PerspectiveCamera | inlinestatic |
| create_looking_at(Scene *scene, const std::string &name, const glm::vec3 &position, const glm::vec3 &target, float fov=70.0f, float aspect=16.0f/9.0f, float near_plane=0.1f, float far_plane=1000.0f) | hellfire::PerspectiveCamera | static |
| create_looking_at(const std::string &name, const glm::vec3 &position, const glm::vec3 &target, float fov=45.0f, float aspect=16.0f/9.0f, float near_plane=0.1f, float far_plane=100.0f) | hellfire::PerspectiveCamera | inlinestatic |