POV-Ray : Newsgroups : povray.newusers : Earth Rendering Parse Error : Earth Rendering Parse Error Server Time: 6 Jul 2008 22:23:55 GMT
  Earth Rendering Parse Error  
From: james lake
Date: 28 Apr 2008 00:35:01
Hello:

I'm using POV 3.6, and when I downloaded this:

//------------------------------------
#declare Ebump=function{
  pigment {
    image_map {jpeg "earthbump1k.jpg"
      map_type 1
      interpolate 2
    }
  }
}

isosurface{
  function{f_sphere(x,y,z, 1)-Ebump(x,y,z).gray*0.05 }
  contained_by{sphere{0,1.05}}
  texture {
    pigment {
       image_map {jpeg "earthmap1k.jpg"
         map_type 1
         interpolate 2
       }
    }
  }
}

All I get is:
Parse Error: Expected 'Operator', found ( instead

What does that mean?

Help!

Thanks,

James


Post a reply to this message

Copyright 1991-2004 POV-Team™