]> git.tdb.fi Git - libs/gl.git/blobdiff - demos/desertpillars/source/desertpillars.h
Use image-based lighting in the entire desert pillars scene
[libs/gl.git] / demos / desertpillars / source / desertpillars.h
index be8235c7a68849fb210a50585a7a8d5b080fa2dc..c6242ad313d9eac4b257b1ec1d7fd37e9e4ed420 100644 (file)
@@ -70,6 +70,7 @@ private:
        std::unique_ptr<Msp::GL::ShadowMap> shadow_map;
        std::unique_ptr<Msp::GL::Sequence> env_seq;
        std::unique_ptr<Msp::GL::EnvironmentMap> env_map;
+       std::unique_ptr<Msp::GL::EnvironmentMap> global_env;
        Msp::GL::OrderedScene content;
 
        MorphSphere sphere;