POV-Ray : Newsgroups : povray.beta-test : portfolio\allobjects_.pov Server Time
31 Jul 2024 06:21:29 EDT (-0400)
  portfolio\allobjects_.pov (Message 1 to 2 of 2)  
From: Jan Walzer
Subject: portfolio\allobjects_.pov
Date: 5 Sep 2001 15:12:48
Message: <3b967930@news.povray.org>
------------------------------------------------------------------------
File: allobjects_.pov    Line: 264
         height_field {

            pattern <----ERROR

Parse Error: Expected 'map file sec', pattern found instead

Returned from renderer woth error status
------------------------------------------------------------------------

--
Jan Walzer <jan### [at] lzernet>


Post a reply to this message

From: ingo
Subject: Re: portfolio\allobjects_.pov
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.