|
 |
I was removing some stuff from a scene, tried to run it, but poof! I got an
error. "Expected object or directive, finish found instead" I tried to change up
the brackets, and everything seemed fine! But i keep getting the error.
the .pov:
#include "colors.inc"
finish {
reflection 0
ambient 0.1
specular 0.4
}
camera {
location <-14,5,15>
look_at <0,0,0>
}
light_source {
<4,7,8>
White
}
sky_sphere {
pigment {
gradient y
color_map {
[0 color White]
[1 color DarkTurquoise]
}
scale 2
translate <0,1,0>
}
}
box {
<0,0,0>,<-3,3,3>
pigment {
Green
}
}
Post a reply to this message
|
 |