From: ehofman Date: Sun, 26 Jun 2005 17:21:18 +0000 (+0000) Subject: Harald JOHNSEN: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f2cf76171fed8bdc897c7358d460df26665b8798;p=flightgear.git Harald JOHNSEN: Changes ======= New volumetric shadows for FlightGear. There is now two new checkboxes in the rendering dialog to enable/disable shadows for the user aircraft and for static scenery objects (ie those defined in the .stg files). AI and random objects are not handled for the moment. known bugs ========== - ghost objects --- diff --git a/src/Main/renderer.cxx b/src/Main/renderer.cxx index 9742c34b2..d8f6e8c30 100644 --- a/src/Main/renderer.cxx +++ b/src/Main/renderer.cxx @@ -51,6 +51,8 @@ #include +#include + #include #include