|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
how can i reduce the instance of "repeated shadows" in the media for this
render? there are 4 spotlights in each of the corners of the xmas box.
binary is hosted at :
http://users.eastlink.ca/~lebla312/noel2004x800.bmp
i can post the pov file later if necessary
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Just increase the 'samples' value in your 'media' block.
Fine-tuning aa_threshold and aa_level might also help (at least to
get a better result with a bit faster render).
--
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
thank you very much for the prompt reply.
did you have a chance to peek at the render?
i always thought that `samples` variable would come into play some day.
what are average/useful settings? do i start with min 10 and max 1000 or
just experiment/tweak until iget the results i need? i am asking this
since i reaaly should be working and not running renders in my head and
asking silly questions to the community.
"soon he will have a gallery posted somewhere to show you all the fun he's
had with PovRay/Moray" <~~~~~ optimistic fan
Warp <war### [at] tagpovrayorg> wrote:
> Just increase the 'samples' value in your 'media' block.
>
> Fine-tuning aa_threshold and aa_level might also help (at least to
> get a better result with a bit faster render).
>
> --
> #macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
> N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
> N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Axel R DuVirage <axe### [at] hotmailcom> wrote:
> i always thought that `samples` variable would come into play some day.
> what are average/useful settings? do i start with min 10 and max 1000 or
> just experiment/tweak until iget the results i need?
Since proper settings depend on almost everything in your scene, getting
good values is usually a question of trying until you find them.
The default values of media give acceptable results for a wide range of
scenes, but in many cases happens as with your image. In that case you
just need to fine-tune them. Your case seems quite clearly a too low
samples value, so pumping it up should help (of course it will probably
make rendering slower, but there's always a price to pay for more
accuracy).
--
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
thanks again,
will post results soon. will post more questions. will lose sleep. ;-)
Warp <war### [at] tagpovrayorg> wrote:
> Axel R DuVirage <axe### [at] hotmailcom> wrote:
> > i always thought that `samples` variable would come into play some day.
> > what are average/useful settings? do i start with min 10 and max 1000 or
> > just experiment/tweak until iget the results i need?
>
> Since proper settings depend on almost everything in your scene, getting
> good values is usually a question of trying until you find them.
> The default values of media give acceptable results for a wide range of
> scenes, but in many cases happens as with your image. In that case you
> just need to fine-tune them. Your case seems quite clearly a too low
> samples value, so pumping it up should help (of course it will probably
> make rendering slower, but there's always a price to pay for more
> accuracy).
>
> --
> #macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
> [1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
> -1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|