POV-Ray : Newsgroups : povray.newusers : Parsing Token slowly : Re: Parsing Token slowly Server Time
25 Apr 2024 01:11:14 EDT (-0400)
  Re: Parsing Token slowly  
From: clipka
Date: 9 Aug 2017 18:56:13
Message: <598b930d$1@news.povray.org>
Am 09.08.2017 um 23:25 schrieb Kenneth:
> "276### [at] qqcom" <276### [at] qqcom> wrote:
>> ...Every time I need to parsing the same
>> scene document(very big scene,many many tokens needed to parse) and then
>> rendering to get a picture.Due to this reason,I waste too many times in parsing
>> the tokens,cause the time of whole process is very long.
>> Can I parse the token for once and then just rendering?
>> Now:parse render parse render....
>> Hope:parse render render render....
> 
> Generally speaking, POV-Ray does this...
>      parse render parse render....
> 
> It is the way POV-Ray currently works. Clikpa mentioned some ways to speed up
> this process. Clipka also mentioned using UBER-POV, which is a separate program
> taken from POV-Ray, but it has some additional functions. It can do this...
>      parse render render render....

Technically speaking it's still

    parse(1) render parse(2) render....

but (2) may inherit some results from (1).


Post a reply to this message

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