|
|
I've been using povray for close to 2 years and I'm having a prolem thats
probably very simple to solve, but can't seem to do it.
I'll create my scene, add lights and camera. when I run it It displays
nothing. I've tried using this code (in 3.1g and 3.5b), and nothing just a
black image. Am i doing something wrong?
camera {
location <5, 5, 5>
look_at <0, 0, 0>
}
light_source {
<45, 35, 25> color 1
}
sphere {
<0, 0, 0>, 1
pigment {
color 1
}
}
--
Kevin
http://www.geocities.com/qsquared_1999/
Post a reply to this message
|
|