POV-Ray : Newsgroups : povray.beta-test : New development build : Re: New development build Server Time
26 Apr 2024 15:14:25 EDT (-0400)
  Re: New development build  
From: Friedrich
Date: 21 Jan 2015 06:25:37
Message: <54bf8cb1$1@news.povray.org>
Am 13.06.2014 um 10:51 schrieb clipka:
> Hi folks,
>
> for those of you who want to support POV-Ray development by testing out
> what we're currently working on, there's a fresh Windows build from the
> current development branch ("master") available at:
>
> https://github.com/c-lipka/povray/releases/tag/v3.7.0.20140613
>
> While it doesn't add any fancy features, it's getting some overhaul
> under the hood, so we're eager to hear if we're breaking anything.
>

I fond a problem with waves pattern in normal statement:

box { <-1, 0, -1>,< 1, 1, 1>
       texture { pigment{ color rgb<1, 1, 1>}
                 normal { waves 0.5  scale 0.015 }
               } // end of texture
     }

This causes a fatal error. Comment: 'Invalid pattern type'
With other patterns, i.e. bumps, no problem.

Friedrich


Post a reply to this message

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