|
|
--->8---------------
// thin hf + scaled-down stone
#version 3.5;
#include "colors.inc"
#include "textures.inc"
#include "stones.inc"
union{
height_field{
function 512,512{
pigment{
// replace with the pattern and map of your choice
granite
turbulence .3
color_map{
[0 Black]
[1 White]
}
scale .3
}
}
translate -.5
rotate -90*x
scale <128,128,.5>
translate 64*x
}
box{-.5,.5
scale <128,128,.5>
translate -64*x
}
texture{
// replace with the stone you like the most...
T_Stone21
scale <150,150,.5>
}
}
light_source{
<100,100,-150>
White+Gold*.5
}
camera{
location <0,0,-300>
direction 2.5*z
look_at 0
}
--->8---------------------
--
Jaime Vives Piqueres
La Persistencia de la Ignorancia
http://www.ignorancia.org
Post a reply to this message
|
|