POV-Ray : Newsgroups : povray.general : Camoflague Texture : Re: Camoflague Texture Server Time
5 Aug 2024 14:16:43 EDT (-0400)
  Re: Camoflague Texture  
From: Tom A 
Date: 6 Sep 2002 10:44:02
Message: <3D78BF32.9DEA05D0@my-deja.com>
Timothy Groves wrote:
> 
> Has anyone got a nice camo tex?  Suitable for use on ground attack
> aircraft.
> --

Not exact, but you might want to work with this:
#declare cam = 
pigment{ bozo turbulence .1
  color_map{
    [0 Gray ]
    [.3 DarkOliveGreen ]
    [.6 DarkOliveGreen * 1.35 ]
    [1 Tan ]}
 scale .1 }  

box{ -1,1 pigment{ cam } }

-- 
Tom A.
When scientist say they're making a "quantum leap" it 
means they are going out to catch some rays.  - Dr. Science
Deja mail is gone.  Look for me at raugost at yahoo . com


Post a reply to this message

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