|
|
I rendered the following file with the command line:
+a0.3 +am2 +r2 -j +w320 +h240
______________________________________________________
#version 3.7;
global_settings { assumed_gamma 1 }
camera { angle 39 }
#default { finish { diffuse 0 ambient 0 emission 1 } }
box
{ 0, 1
pigment { checker scale 0.1 }
translate <-0.5, -0.5, 2>
}
______________________________________________________
Despite the -j flag, and despite the message window reading "Jitter Off," I
still get jitter.
I am using POV-Ray version 3.7RC3. The problem does not appear in 3.6.2.
My OS is the infinitely exasperating Windows 7 Ultimate.
Post a reply to this message
|
|
|
|
Am 30.09.2011 23:25, schrieb Cousin Ricky:
> I rendered the following file with the command line:
>
> +a0.3 +am2 +r2 -j +w320 +h240
> ______________________________________________________
>
> #version 3.7;
>
> global_settings { assumed_gamma 1 }
>
> camera { angle 39 }
>
> #default { finish { diffuse 0 ambient 0 emission 1 } }
>
> box
> { 0, 1
> pigment { checker scale 0.1 }
> translate<-0.5, -0.5, 2>
> }
> ______________________________________________________
>
> Despite the -j flag, and despite the message window reading "Jitter Off," I
> still get jitter.
Can't reproduce that here. Everything looks nice and smooth. Can you
post your output in p.b.images?
Post a reply to this message
|
|