POV-Ray : Newsgroups : povray.newusers : Parse error : Parse error Server Time
17 Jun 2025 09:55:02 EDT (-0400)
  Parse error  
From: SWG
Date: 13 Jun 2025 18:00:00
Message: <web.684c9e87944b53bebf5fd15bd91c1e09@news.povray.org>
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

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