POV-Ray : Newsgroups : povray.binaries.images : Beta 40 texture_map : Re: Beta 40 texture_map Server Time
30 Jul 2024 22:23:02 EDT (-0400)
  Re: Beta 40 texture_map  
From: Tim Cook
Date: 10 Dec 2010 12:58:13
Message: <4d026a35@news.povray.org>
On 2010-12-10 11:33, Dave Blandston wrote:
>     #local CaseColor2 = texture { //Top
>        #local Brightness = .85;
>        #local NColors = 4;
>        #local ColorX = array [NColors] {
>           <117. 94, 63>  / 255 * Brightness //Light brown
>           <49, 39, 36>  / 255 * Brightness  //Dark red
>           <78, 65, 49>  / 255 * Brightness  //Medium brown
>           <98, 73, 43>  / 255 * Brightness  //Light brown
>        } //array

Typo in line "<117. 94, 63>  / 255 * Brightness //Light brown", not a 
comma after 117.  Don't know if that matters, just pointing it out.

-- 
Tim Cook


Post a reply to this message

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