POV-Ray : Newsgroups : povray.newusers : general technique? : Re: general technique? Server Time
29 Jul 2024 00:32:32 EDT (-0400)
  Re: general technique?  
From: Peter Hertel
Date: 21 Feb 2008 19:20:00
Message: <web.47be15089cf710295116a38d0@news.povray.org>
"H@@kon" <nomail@nomail> wrote:
> do you code a lot before you render (and you visually know the result of your
> coding) OR is there a preview function with a lot of testing?
>
> I thought at first there was a lot of testing, but if a render takes 5-6 hours
> then you really should "know" when to test...

Personally I create variables in the beginning of the scene to quickly change
the quality of the render/objects/textures while testing.
For example it is possible to do this:

#declare Finish = off;

sphere{0,1 pigment {rgb x*1} #if(Finish)finish{reflection 0.2}#end}

So with one switch it is possible to turn off the reflection values of the whole
scene if you code it like this.


"St." <dot### [at] dotcom> wrote:
> The best tool to incorporate your models is PoseRay

The latest versions of Wings3d have included a POV-Ray exporter (without having
to install any plugin like before) which imho is much easier/faster to use then
PoseRay. Just in case someone missed it ;-)

-Peter


Post a reply to this message

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