From 0ca9423b8b2cf7bd1435fb09eba7a9f50d444864 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 19 Dec 2010 16:51:45 +0200 Subject: day/night working client side --- src/light.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/light.h') diff --git a/src/light.h b/src/light.h index 41d6f8bbe..269948e86 100644 --- a/src/light.h +++ b/src/light.h @@ -22,6 +22,15 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "common_irrlicht.h" +/* + Day/night cache: + Meshes are cached for different day-to-night transition values +*/ + +/*#define DAYNIGHT_CACHE_COUNT 3 +// First one is day, last one is night. +extern u32 daynight_cache_ratios[DAYNIGHT_CACHE_COUNT];*/ + /* Lower level lighting stuff */ -- cgit v1.2.3