POV-Ray : Newsgroups : povray.general : #declaring warps. : Re: #declaring warps. Server Time
9 Aug 2024 19:42:18 EDT (-0400)
  Re: #declaring warps.  
From: Mark Wagner
Date: 28 May 2000 01:19:33
Message: <3930ac65$1@news.povray.org>
Simen Kvaal wrote in message <39301e5a@news.povray.org>...
>object
>
>    something_nice_as_well
>    pigment {
>        marble warp { Foo }
>    }
>}


You appear to have forgotten the parentheses in your macro call.  Try this:

object

    something_nice_as_well
    pigment {
        marble warp { Foo() }
    }
}


Mark


Post a reply to this message

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