|
lmgl 1.0.0
A lightweight OpenGL graphics engine library written in C++
|
This is the complete list of members for lmgl::scene::Skybox, including all inherited members.
| get_cubemap() const | lmgl::scene::Skybox | inline |
| get_exposure() const | lmgl::scene::Skybox | inline |
| get_shader() const | lmgl::scene::Skybox | inline |
| render(std::shared_ptr< Camera > camera) | lmgl::scene::Skybox | |
| set_cubemap(std::shared_ptr< Cubemap > cubemap) | lmgl::scene::Skybox | inline |
| set_exposure(float exposure) | lmgl::scene::Skybox | inline |
| Skybox(std::shared_ptr< Cubemap > cubemap, const std::string &shader_path="shaders/skybox.glsl") | lmgl::scene::Skybox | |
| ~Skybox() | lmgl::scene::Skybox |