POV-Ray : Newsgroups : povray.binaries.images : Toznal (40.8KB) : Re: Toznal (40.8KB) Server Time
2 Oct 2024 22:24:38 EDT (-0400)
  Re: Toznal (40.8KB)  
From: Paul Vanukoff
Date: 19 Mar 2000 21:34:38
Message: <38d58e3e@news.povray.org>
Not sure which one of the sphere textures you are talking about, here is the
inner (goldish) one:

pigment
{
    color rgb < 0.9, 0.8, 0.1>
}
normal
{
    bumps
    scale 1/10
}
finish
{
    metallic
    specular 1
    roughness 0.0075
    reflection 0.25
    diffuse 0.75
}

and here is the outer (purpleish) one:

#declare p_pig1=
pigment
{
    granite
    color_map
    {
        [0.00 color rgb < 1.0, 0.0, 1.0> transmit 1]
        [1.00 color rgb < 1.0, 0.0, 1.0> ]
    }
}

pigment
{
    bozo
    pigment_map
    {
        [0.0 p_pig1 scale 3]
        [0.8 color rgb < 1.0, 0.0, 1.0> transmit 1]
        [1.0 color rgb < 1.0, 0.0, 1.0> transmit 1]
    }
    scale 1/3
}



--
Paul Vanukoff
van### [at] primenetcom


Philippe-H Cadet wrote in message <38d525b0@news.povray.org>...
>...and the sphere texture is very great. I need one like this : )
>
>--
>- Philippe-H Cadet - phc### [at] arobasnet
>
>


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.