]> git.tdb.fi Git - libs/gl.git/blobdiff - demos/desertpillars/source/desertpillars.h
Update desertpillars to define more things in Blender
[libs/gl.git] / demos / desertpillars / source / desertpillars.h
index 18522a57ca324f0449d52d50d7b7cf892d3c3365..0a3f2f2e336481598920722b76305d156dd5a80d 100644 (file)
@@ -77,13 +77,8 @@ private:
        Msp::GL::Camera camera;
        const Msp::GL::Lighting &lighting;
 
-       std::unique_ptr<Msp::GL::Sky> sky;
-       std::unique_ptr<Msp::GL::Sequence> shadow_seq;
-       std::unique_ptr<Msp::GL::Sequence> shadow_seq_thsm;
-       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;