POV-Ray : Newsgroups : povray.general : Camoflague Texture Server Time
5 Aug 2024 18:21:13 EDT (-0400)
  Camoflague Texture (Message 11 to 11 of 11)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Alf Peake
Subject: Re: Camoflague Texture
Date: 6 Sep 2002 10:50:57
Message: <3d78c0d1@news.povray.org>
"Timothy Groves" <gro### [at] yahoocouk> wrote in message
news:3D7835BD.BE981542@yahoo.co.uk...
> Has anyone got a nice camo tex?  Suitable for use on ground attack

I used this simple tex for an Avro Vulcan WIP, around 30 pov units
between wingtips. Phong could be smaller but OK for starters.

texture{
   pigment{ bozo
      color_map { [0.01 rgb <0.9,1,1>]
                  [0.50 rgb <0.9,1,1>]
                  [0.51 rgb <0.5,0.5,0.45>]
                  [1.00 rgb <0.5,0.5,0.45>] }
      scale <2, 1, 0.7> rotate -y*45
   }
   finish{ phong 0.2 phong_size 60 diffuse 0.8 ambient 0.15 }
}

On the other hand, for night attacks, who cares about the camo? ;)

Alf


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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