|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
ok, here are more reflective billiard balls
Post a reply to this message
Attachments:
Download 'billiard_04.jpg' (90 KB)
Preview of image 'billiard_04.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"jhu" <nomail@nomail> wrote in message
news:web.48a2eb3ee39665358b562d820@news.povray.org...
> ok, here are more reflective billiard balls
Seriously, that's good. Well done, I think I would be smiling like the
Cheshire Cat if I did that image! :o)
How did you do the beize?? I think it's perfect.
Also, how long did it take to render?
~Steve~
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
jhu wrote:
> ok, here are more reflective billiard balls
Looks really good. I'd love to see the source, especially that felt
texture.
--
-The Mildly Infamous Blue Herring
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
jhu wrote:
> ok, here are more reflective billiard balls
Even a red billiard ball will have a whitish reflection/highlight from
a bright source of light. (This is due to the physical reflective
properties of materials.)
It might look better if you allow the reflection to have the color of
the incoming light.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp wrote:
> Even a red billiard ball will have a whitish reflection/highlight from
> a bright source of light. (This is due to the physical reflective
> properties of materials.)
>
> It might look better if you allow the reflection to have the color of
> the incoming light.
Forgot to mention that this will make the black ball to have a
reflection as well, which will make it look better.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
where should the light(s) be placed? i'm guessing somewhere by the "window", but
the background is just an image.
Warp <war### [at] tagpovrayorg> wrote:
> Warp wrote:
> > Even a red billiard ball will have a whitish reflection/highlight from
> > a bright source of light. (This is due to the physical reflective
> > properties of materials.)
> >
> > It might look better if you allow the reflection to have the color of
> > the incoming light.
>
> Forgot to mention that this will make the black ball to have a
> reflection as well, which will make it look better.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"jhu" <nomail@nomail> wrote:
> ok, here are more reflective billiard balls
I suggest cranking up the ambient on the ceiling lights to something
ridiculous--like 5.0 or so (unless it's an HDR light probe, in which case i
don't know what i'm talking about, so never mind). I want to see some
HIGHLIGHTS. :-) And since billiard balls are non-metallic, they should
reflect the colors of the lights and objects that they're relecting. I
generally use something like this for glossy things:
finish
{ reflection { 0 0.4 /* no color here */ fresnel }
specular 1 roughness 0.001
}
interior { ior 1.5 }
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Well, it is HDRI, so any help in that regard is appreciated.
"Cousin Ricky" <ric### [at] yahoocom> wrote:
> "jhu" <nomail@nomail> wrote:
> > ok, here are more reflective billiard balls
>
> I suggest cranking up the ambient on the ceiling lights to something
> ridiculous--like 5.0 or so (unless it's an HDR light probe, in which case i
> don't know what i'm talking about, so never mind). I want to see some
> HIGHLIGHTS. :-) And since billiard balls are non-metallic, they should
> reflect the colors of the lights and objects that they're relecting. I
> generally use something like this for glossy things:
>
> finish
> { reflection { 0 0.4 /* no color here */ fresnel }
> specular 1 roughness 0.001
> }
> interior { ior 1.5 }
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
The billiard balls are all CSG constructs. The only image mapped textures are
the HDRI and the felt for the table.
Blue Herring <pov### [at] bherringcotsenet> wrote:
> jhu wrote:
> > ok, here are more reflective billiard balls
>
> Looks really good. I'd love to see the source, especially that felt
> texture.
>
> --
> -The Mildly Infamous Blue Herring
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
jhu wrote:
> where should the light(s) be placed? i'm guessing somewhere by the "window", but
> the background is just an image.
I didn't suggest adding light sources. I suggested defining a regular
reflection for your balls which do not filter the reflected light.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |