POV-Ray : Newsgroups : povray.newusers : Earth Rendering Parse Error : Earth Rendering Parse Error Server Time
28 Jul 2024 16:20:22 EDT (-0400)
  Earth Rendering Parse Error  
From: james lake
Date: 27 Apr 2008 20:35:01
Message: <web.48151aba2cfc8fbad4dec990@news.povray.org>
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 2003-2023 Persistence of Vision Raytracer Pty. Ltd.