|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi,
I am tryingan animation, and have in my ini file these lines:
quality=9
antialias=on
jitter=0
sampling_method=1
radiosity=off
Continue_Trace=true
Preview_Start_Size=1
yet looking at the outpout from povray (on linux) it states:
Antialiasing.........On (Method 1, Threshold 0.300, Depth 3, Jitter 1.00)
How do I turn jitter off and have antialias on in povray 3.5?
Thanks
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
did you try
# povray +J0.0 +A
?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sun, 18 Aug 2002 10:53:25 +1200, Jan Walzer wrote:
> did you try
> # povray +J0.0 +A
> ?
No, why do I need to specifiy the options on the command line as well as
in the .ini file?
I have just tried it, and it works if i use the ini and just +J0.0 on the
cli, is this a just a bug or the way it should be?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Rob Brown-Bayliss <rob### [at] zoismorg> wrote:
> I have just tried it, and it works if i use the ini and just +J0.0 on the
> cli, is this a just a bug or the way it should be?
Put the +J0.0 in the ini file.
--
#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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Rob Brown-Bayliss wrote:
>
> Hi,
>
> I am tryingan animation, and have in my ini file these lines:
>
> quality=9
> antialias=on
> jitter=0
> sampling_method=1
> radiosity=off
> Continue_Trace=true
> Preview_Start_Size=1
>
> yet looking at the outpout from povray (on linux) it states:
>
> Antialiasing.........On (Method 1, Threshold 0.300, Depth 3, Jitter 1.00)
>
> How do I turn jitter off and have antialias on in povray 3.5?
>
> Thanks
I had the same problems and succeeded in putting
Jitter_Amount=0
in the ini file.
--
Herman Serras
Gent (Belgium)
http://cage.rug.ac.be/~hs/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |