POV-Ray : Newsgroups : povray.binaries.images : Knots 1/5 [77kb] : Re: Knots 4/5 [51kb] Server Time
12 Aug 2024 07:16:42 EDT (-0400)
  Re: Knots 4/5 [51kb]  
From: Mael
Date: 4 Dec 2003 15:56:45
Message: <3fcf9f8d$1@news.povray.org>
> I like this one, how did you get that effect?

#version Unofficial MLpov 0.83;

object {
  Ashley
  pigment {
    aoi
    color_map {
      [ 0   rgb <0, 0, .1> ]
      [ 0.2   rgb <0, 0, .2> ]
      [ 0.45   rgb <1, 1, 1> ]
    }
  }
  finish { ambient 1 diffuse 0 }
}

M


Post a reply to this message

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