POV-Ray : Newsgroups : povray.binaries.images : Ping Pong : Re: Ping Pong Server Time
2 Aug 2024 02:19:59 EDT (-0400)
  Re: Ping Pong  
From: alphaQuad
Date: 26 Mar 2008 08:55:00
Message: <web.47ea558841aa233da796e5510@news.povray.org>
No one is going to be able to use my plantetarium if I compile a ctime
identifier.

 time_t t;
/* GMT in seconds since January 1, 1970 */
 t = time(NULL);
 srand(t);
 days = t / 3600.0 / 24.0 - 10092.0;

Seems 3.6.1 lacks such but megapov has time date.

Someone needs to give me GMT in seconds since January 1, 1970 in some usable pov
script or this is going die.


I have created and mapped milkway mesh as milkyway.inc

planets.inc is done except for ctime.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.