POV-Ray : Newsgroups : povray.unofficial.patches : FEATURE REQUEST: Time stamp : Re: FEATURE REQUEST: Time stamp Server Time
8 Jul 2024 13:35:31 EDT (-0400)
  Re: FEATURE REQUEST: Time stamp  
From: s1631001
Date: 30 Nov 2001 08:20:24
Message: <3C0787B1.700DC079@namtar.qub.ac.uk>
s1631001 wrote:
> I'm pretty sure MegaPOV can do this.
Actuall, it's not quite what you wanted; this only stamps the parse
time.

//---soe---

//# at start of file, put
#declare ParseStart = start_chrono;
.
.
.
//  file body
.
.
.
//# at end of file
#declare ParseEnd = current_chrono;
text{
  concat(str(ParseEnd,2,2)," s for parse")
  .
  .
  .
  //$ modifiers to align text object with camera plane
}

//---eoe---

Oh well...

-- 
signature{
  "Grey Knight"
  contact{ email "gre### [at] yahoocom" }
  site_of_week{ url "http://www.esite-host.com/~rocketmg/" }
}


Post a reply to this message

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