X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=rocks.pov;h=90871e83b8a0b9a4856e1b638dca07f5eba0596a;hp=a7e08cbdeefbf3cf412484e49233bf97fcc60676;hb=9f0bc6ef9620912ca42eca9c3f4b6ca10dba35ce;hpb=5f8fad2a3b43fe90e7ca382bf0a94cd792067848 diff --git a/rocks.pov b/rocks.pov index a7e08cb..90871e8 100644 --- a/rocks.pov +++ b/rocks.pov @@ -6,6 +6,7 @@ #macro rnd() (rand(RS)) #end +// rock size. The larger this number, the closer the camera, and the smaller the bumps. #declare rsize = 1 + rnd(); camera @@ -17,10 +18,6 @@ camera look_at <0, 0, 0> angle 55 -// aperture .12 -// blur_samples 10000 -// focal_point <.6387,.7,-.3193> -// confidence .99 } // same light sorce as ship.pov @@ -57,8 +54,7 @@ blob{ texture{ pigment{ color rgb <53 / 55, 44 / 55, 36 / 55>} } - normal{ bumps 1 scale (0.16 / rsize) } + normal { bumps 1 scale (0.16 / rsize) } - finish {//phong .2 - ambient .1} + finish { ambient .1} }