
What a beautiful POV-RAY
October 22, 2008After I had read this article, I really impress her story and I’m curious to know about her research and study. I found something interesting about her study while she was a graduate student at Japan. It’s called, pov-ray. Wow, what’s it! After I read its tutorial, I got the example below.
This is my first code.
#include “colors.inc”
#include “stones.inc”
background { color Cyan }
camera {
location <7, -2, -10>
look_at <0,1,2>
}
sphere{
<0,1,5>,3
texture {
pigment { color Yellow }
}
}
box {
<-1, 0, -1>,
<1, 0.5, 3>
texture {
T_Stone25
scale 4
}
rotate y*20
}
light_source { <5,5,-3> color White}
