pigment: TexGenPOV

3dplumbing.net

TexGenPOV:     Pigment

Name:

TexGenPOV

Author:

Alex Ivanov

Description:

Hello guys! Nice to see you here! I made this program for you and hope you will like it. Alex.

Keywords:

hello, guys, welcome, nice, to, meet, you

pigment { granite 
                frequency 2.5 phase 0.12 poly_wave 1
                warp { turbulence <2.2, 0.1, 0.5>
                       octaves 11
                       omega 0.5
                       lambda 0.2 }
                transform { scale <2, 2, 2>
                            rotate <0, 0, 0>
                            translate <0, 0, 0>
                             }
    	   color_map {
	        [ 0.004 color rgb <1, 0.5922, 0.549>*1 ]
                [ 0.236 color rgb <0, 0.4745, 0.949>*1 ]
                [ 0.389 color rgb <0.8353, 1, 0.749>*1 ]
                [ 0.543 color rgb <1, 0.051, 0.8784>+0.5 ]
                [ 0.996 color rgb <0.1373, 0, 0.302>*1 ]
	             } 
               }