|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Just playing with some ideas for the minimalism IRTC round, and came up
with this rather nice looking glass material.
The source for the material is:
#declare PearlescentGlass =
material {
texture {
pigment { rgb 0 transmit 1 }
finish {
reflection { .01, .95 fresnel } conserve_energy
//big fat phong highlight, to give ethereal sheen to the material.
//make phong fade with angle, using pov's metallic effect on black
//(because there's no fresnel for phong)
phong 30 phong_size 20 metallic 1
specular 50 roughness .0004 //layer a sharp highlight on top.
}
}
interior {
ior 1.5
fade_colour <1,.25,.0>
fade_distance .5
fade_power 2
}
}
Enjoy!
Tek
Post a reply to this message
Attachments:
Download 'photons.jpg' (78 KB)
Preview of image 'photons.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Some desktop wallpaper based on the same glass material.
Tek wrote:
> Just playing with some ideas for the minimalism IRTC round, and came up
> with this rather nice looking glass material.
>
> The source for the material is:
>
> #declare PearlescentGlass =
> material {
> texture {
> pigment { rgb 0 transmit 1 }
> finish {
> reflection { .01, .95 fresnel } conserve_energy
> //big fat phong highlight, to give ethereal sheen to the material.
> //make phong fade with angle, using pov's metallic effect on black
> //(because there's no fresnel for phong)
> phong 30 phong_size 20 metallic 1
> specular 50 roughness .0004 //layer a sharp highlight on top.
> }
> }
> interior {
> ior 1.5
> fade_colour <1,.25,.0>
> fade_distance .5
> fade_power 2
> }
> }
>
> Enjoy!
>
> Tek
>
> ------------------------------------------------------------------------
>
Post a reply to this message
Attachments:
Download 'photons2.jpg' (183 KB)
Preview of image 'photons2.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
nice and elegant.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Tek" <tek### [at] evilsuperbraincom> schreef in bericht
news:42c73693@news.povray.org...
> Some desktop wallpaper based on the same glass material.
>
I love it! Very beautiful texture!!
Thomas
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Way cool... I like the wallpaper. The ring is cool too. But... do me old
eyes deceive me? Or is it slightly grainy?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Orchid XP v2 wrote:
> Way cool... I like the wallpaper. The ring is cool too. But... do me old
> eyes deceive me? Or is it slightly grainy?
Your eyes don't decieve you. What you're seeing is a very small normal
map on the groung plane, which is magnified through the glass.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
>> Way cool... I like the wallpaper. The ring is cool too. But... do me
>> old eyes deceive me? Or is it slightly grainy?
>
>
> Your eyes don't decieve you. What you're seeing is a very small normal
> map on the groung plane, which is magnified through the glass.
Aahhhhhahahaha... ;-)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Tek" <tek### [at] evilsuperbraincom> schreef in bericht
news:42c7adbf$1@news.povray.org...
> Orchid XP v2 wrote:
> > Way cool... I like the wallpaper. The ring is cool too. But... do me old
> > eyes deceive me? Or is it slightly grainy?
>
> Your eyes don't decieve you. What you're seeing is a very small normal
> map on the groung plane, which is magnified through the glass.
Now...! That's smart!!! :-)
Thomas
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
And another variation.
Post a reply to this message
Attachments:
Download 'photons3.jpg' (158 KB)
Preview of image 'photons3.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Superb.
;-)
Paolo
> > Just playing with some ideas for the minimalism IRTC round, and came up
> > with this rather nice looking glass material.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |