POV-Ray : Newsgroups : povray.newusers : rendering the html portfolio files. : rendering the html portfolio files. Server Time
3 Jul 2024 02:15:00 EDT (-0400)
  rendering the html portfolio files.  
From: Jimmy
Date: 12 Dec 2010 03:30:00
Message: <web.4d0486ecea8f798fff32404b0@news.povray.org>
Hi,

I am trying to generate the html files in the portfolio directory.
I get the error below in a lot of the files.

  Parse Error, Negative Subscript


   light_source {<-500,300,-500> rgb 1}
   light_source {<500,500,500> rgb 0.7 shadowless}

   union {
      plane {y, 0}
      sphere{
         0,1
         scale <0.6,0.3,0.6>
         translate<0.55,0,0.5>
      }
      pigment{pigmentArr[frame_number-1]} /*** error here ***/
   }

Another example is in c_colors.pov

   light_group {
      light_source {<-50,500,-200> rgb 1}
      union {
         plane {y, 0 no_shadow}
         difference {
            sphere{0,1}
            box{<-1,0.9,-1>,<1,1.1,1>}
         }
         translate <0.7,0,0>
         pigment{colorArr[frame_number-1]} /*** error here ***/
      }
   }


Post a reply to this message

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