X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=demos%2Fdesertpillars%2Fsource%2Fdesertpillars.h;fp=demos%2Fdesertpillars%2Fsource%2Fdesertpillars.h;h=0a3f2f2e336481598920722b76305d156dd5a80d;hp=18522a57ca324f0449d52d50d7b7cf892d3c3365;hb=133ffb2c26dff240dbbda47c09b216951e07f5f5;hpb=77a534371433054384d213922a2e8c55f8a69ad6 diff --git a/demos/desertpillars/source/desertpillars.h b/demos/desertpillars/source/desertpillars.h index 18522a57..0a3f2f2e 100644 --- a/demos/desertpillars/source/desertpillars.h +++ b/demos/desertpillars/source/desertpillars.h @@ -77,13 +77,8 @@ private: Msp::GL::Camera camera; const Msp::GL::Lighting &lighting; - std::unique_ptr sky; - std::unique_ptr shadow_seq; - std::unique_ptr shadow_seq_thsm; - std::unique_ptr shadow_map; std::unique_ptr env_seq; std::unique_ptr env_map; - std::unique_ptr global_env; Msp::GL::OrderedScene content; MorphSphere sphere;