POV-Ray : Newsgroups : povray.newusers : making a gray and white marblized object : making a gray and white marblized object Server Time
4 Sep 2024 20:15:44 EDT (-0400)
  making a gray and white marblized object  
From: Wade
Date: 9 Aug 2002 13:31:22
Message: <3d53fc6a$1@news.povray.org>
Would I use this texture when I am making a gray and white marblized object?
there's the texture:

texture {
 pigment { marble
   color_map {
    [0/4 color rgb <1,1,1>]
    [1/4 color rgb <1,1,1>]
    [1/4 color rgb <1,1,1>*.5]
    [2/4 color rgb <1,1,1>*.5]
    [2/4 color rgb <1,1,1>]
    [3/4 color rgb <1,1,1>*.5]
    [3/4 color rgb <1,1,1>]
    [4/4 color rgb <1,1,1>]
    }
  }
}

Wade

__________________________________________________________________ Wade
Markham ICQ#: 44258048 Current ICQ status: + More ways to contact me i See
more about me:
__________________________________________________________________


Post a reply to this message

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