POV-Ray : Newsgroups : povray.beta-test : portfolio\allobjects_.pov : Re: portfolio\allobjects_.pov Server Time
31 Jul 2024 08:24:56 EDT (-0400)
  Re: portfolio\allobjects_.pov  
From: ingo
Date: 5 Sep 2001 16:10:52
Message: <Xns9113E1A2F4F21seed7@povray.org>
in news:3b967930@news.povray.org Jan Walzer wrote:

>             pattern <----ERROR
> 
> Parse Error: Expected 'map file sec', pattern found instead
> 

This is a result of a last minute change, the pattern keyword is 
replaced by function. I'll change it.

For now, here's the fix:

         height_field {
            function 500,500 {
               pigment{Landscape}
            }
            smooth
            translate -0.5
            scale <50,5,50>
            rotate <-30,0,0>
            translate <0,-3,55>
            pigment {rgb 1}
            finish {specular 0.1 roughness 2}
         }

Note: the portfolio in its current form may not render on Macs, as they 
need the name of the ini-file to be the same as the pov-file.

Ingo

-- 
Photography: http://members.home.nl/ingoogni/
Pov-Ray    : http://members.home.nl/seed7/


Post a reply to this message

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