|
|
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
|
|