This is the complete list of members for hellfire::OrthographicCamera, including all inherited members.
| create(Scene *scene, const std::string &name, float size, float aspect, float near_plane=-1.0f, float far_plane=1.0f, const glm::vec3 &position=glm::vec3(0.0f)) | hellfire::OrthographicCamera | static |
| create(const std::string &name="OrthographicCamera", float size=10.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::OrthographicCamera | inlinestatic |
| create_with_bounds(Scene *scene, const std::string &name, float left, float right, float bottom, float top, float near_plane=-1.0f, float far_plane=1.0f, const glm::vec3 &position=glm::vec3(0.0f)) | hellfire::OrthographicCamera | static |
| create_with_bounds(const std::string &name, float left, float right, float bottom, float top, float near_plane=0.1f, float far_plane=100.0f, const glm::vec3 &position=glm::vec3(0.0f, 0.0f, 0.0f)) | hellfire::OrthographicCamera | inlinestatic |