POV-Ray : Newsgroups : povray.general : problem : problem Server Time
7 Aug 2024 09:19:42 EDT (-0400)
  problem  
From: Kevin Loney
Date: 7 Oct 2001 15:40:12
Message: <3bc0af9c$1@news.povray.org>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.