Sunrise and Sunset
#6

I want that daylight change smoothly.
This is what I tried:

PHP код:
GetWinterSummerDay(&hour)
{
    new 
        
__y
        
__m
        
__d;
    
    
getdate(__y__m__d);
    
hour += (<= __m <= 6) ? (6-__m) : (__m-6);
    return 
true;

Every month night increases or decreases with 1 hour. So I add to current time some hours depending on month.
But the problem is that morning light is wrong.
Reply


Messages In This Thread
Sunrise and Sunset - by bogdyutzu - 30.11.2014, 15:19
Re: Sunrise and Sunset - by PowerPC603 - 30.11.2014, 15:47
Re: Sunrise and Sunset - by AnthonyTimmers - 30.11.2014, 16:06
Re: Sunrise and Sunset - by bogdyutzu - 30.11.2014, 16:10
Re: Sunrise and Sunset - by AnthonyTimmers - 30.11.2014, 16:15
Re: Sunrise and Sunset - by bogdyutzu - 30.11.2014, 16:26
Re: Sunrise and Sunset - by bogdyutzu - 01.12.2014, 07:14

Forum Jump:


Users browsing this thread: 1 Guest(s)