1 inline void SkyBox::SkyBox::setName(
const std::string& name) {
6 _magFilter = magFilter;
10 _minFilter = minFilter;
14 _mipMapFilter = mipMapFilter;
29 inline void SkyBox::setBackgroundFilename(
const std::string& filename) {
30 _backgroundFilename = filename;
33 inline void SkyBox::setEnvironnementFilename(
const std::string& filename) {
34 _environnementFilename = filename;