|
|
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
|
|