|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi
I've been working on this kitchen and ran into moire. Is there a way to get
rid of it or do I have to live with it?
Another question is the metal texture on the sink. Blurred reflection is too
slow and Rune's brushed metal looked weird. Does anyone have a nice fuzzy
metal texture in mind?
Ari-Matti
Post a reply to this message
Attachments:
Download 'kitchen.jpg' (42 KB)
Preview of image 'kitchen.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3c129eb4@news.povray.org>, ari### [at] tutfi says...
> I've been working on this kitchen and ran into moire. Is there a way to get
> rid of it or do I have to live with it?
antialiasing method 2 perhaps? (+am2 in the command Line)
Lutz-Peter
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Lutz-Peter Hooge" <lpv### [at] gmxde> wrote in message
news:MPG.167cbeadaff1ba6f9896c9@news.povray.org...
> In article <3c129eb4@news.povray.org>, ari### [at] tutfi says...
>
> antialiasing method 2 perhaps? (+am2 in the command Line)
+am2 +r5 +a0.1 wasn't enough.
Ari-Matti
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In article <3c12a1fe@news.povray.org>, ari### [at] tutfi says...
> +am2 +r5 +a0.1 wasn't enough.
Ouch...
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Ari-Matti Leppanen" <ari### [at] tutfi> wrote in
news:3c129eb4@news.povray.org:
> I've been working on this kitchen and ran into moire. Is there a way to
> get rid of it or do I have to live with it?
Well, you could try rendering at four times your desired resolution,
applying a 4x4 smoothing filter then downsampling using an image editor.
Slow, but in all likelyhood it will work.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Give us some source. The camera, light, and a plane with that texture giving
you problems would do.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Sun, 9 Dec 2001 01:14:57 +0200, "Ari-Matti Leppanen"
<ari### [at] tutfi> wrote:
>I've been working on this kitchen and ran into moire. Is there a way to get
>rid of it or do I have to live with it?
Massive antialiase jittering?
Peter Popov ICQ : 15002700
Personal e-mail : pet### [at] vipbg
TAG e-mail : pet### [at] tagpovrayorg
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ari-Matti Leppanen wrote:
> I've been working on this kitchen and ran into moire. Is there a way to get
> rid of it or do I have to live with it?
Hmmmm... focal blur? I've not tested it, but I seem to remember Suzuky
saying he used focal blur to avoid moire patterns in one of his latest
posts.
> Another question is the metal texture on the sink. Blurred reflection is too
> slow and Rune's brushed metal looked weird. Does anyone have a nice fuzzy
> metal texture in mind?
Search these newsgroups for the recent trick on blurred reflection
developed by Ron Parker and others. It's great!
--
Jaime Vives Piqueres
La Persistencia de la Ignorancia
http://www.ignorancia.org/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Coridon Henshaw" <che### [at] sympaticoca> wrote in message
news:Xns### [at] 204213191226...
> "Ari-Matti Leppanen" <ari### [at] tutfi> wrote in
> news:3c129eb4@news.povray.org:
>
>
> Well, you could try rendering at four times your desired resolution,
> applying a 4x4 smoothing filter then downsampling using an image
> editor. Slow, but in all likelyhood it will work.
>
Sounds painfull.. I think I'll save this for the last desperate trace when
all else has failed. But thanks anyway.
Ari-Matti
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Tony[B]" <ben### [at] catholicorg> wrote in message
news:3c12b4a7@news.povray.org...
> Give us some source. The camera, light, and a plane with that texture
> giving you problems would do.
Here it is.
Ari-Matti
//------------------------------------
camera {
right x*image_width/image_height
location <-80.0, 180.0, 25.0>
look_at <-120.0, 120.0, 160.5>
}
light_source { <0, 0, 0>
color 1
area_light <2, 0, 0>, <0, 2, 0>, 20, 20
adaptive 1
jitter
circular
orient
translate <0, 250, 100>
photons{refraction on reflection on}
}
plane {
y, 89.5
texture {
pigment { rgb <0.39, 0.41, 0.43> quick_color rgb 0.5 }
finish {
diffuse 0.8
brilliance 5
specular 0.80
roughness 1/100
metallic on
reflection { 0.65 metallic }
}
normal {
quilted control0 0.5 control1 1
rotate y*45
scale <1,1,0.4>
}
}
}
//------------------------------------
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |