Lugdunum  0.1.0
SkyBox.inl
Go to the documentation of this file.
1 inline const lug::Graphics::Resource::SharedPtr<lug::Graphics::Render::Texture> SkyBox::getBackgroundTexture() const {
2  return _backgroundTexture;
3 }
4 
5 inline const lug::Graphics::Resource::SharedPtr<lug::Graphics::Render::Texture> SkyBox::getEnvironnementTexture() const {
6  return _environnementTexture;
7 }