|
Brenta Engine 1.2
|
Public Member Functions | |
| Skybox (const tenno::vector< std::filesystem::path > &faces) | |
| void | draw () |
Data Fields | |
| tenno::shared_ptr< Mesh > | mesh |
| tenno::shared_ptr< Material > | material |
Definition at line 19 of file skybox.hpp.
| Skybox::Skybox | ( | const tenno::vector< std::filesystem::path > & | faces | ) |
Definition at line 17 of file skybox.cpp.
| void Skybox::draw | ( | ) |
Definition at line 62 of file skybox.cpp.
| tenno::shared_ptr<Material> brenta::Skybox::material |
Definition at line 24 of file skybox.hpp.
| tenno::shared_ptr<Mesh> brenta::Skybox::mesh |
Definition at line 23 of file skybox.hpp.