POV-Ray : Newsgroups : povray.general : Texture: Canvas (slightly Transluscent) Server Time
31 Jul 2024 04:20:29 EDT (-0400)
  Texture: Canvas (slightly Transluscent) (Message 11 to 12 of 12)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Tim Attwood
Subject: Re: Texture: Canvas (slightly Transluscent)
Date: 19 Feb 2008 20:55:39
Message: <47bb889b$1@news.povray.org>
Probably something like this...

#declare canvas = texture {
   pigment {
      image_map {
         png "star_arrow.png"
         transmit all 0.35
      }
      rotate 90*x
   }
   normal {
      bump_map {
         png "canvas.png"
         interpolate 2
      }
      rotate 90*x
      scale 4
   }
   finish {
      specular 0.3
      roughness 0.05
   }
};

http://s201.photobucket.com/albums/aa280/Zakardis/?action=view&current=cloth_wing.png
http://s201.photobucket.com/albums/aa280/Zakardis/?action=view&current=star_arrow.png
http://s201.photobucket.com/albums/aa280/Zakardis/?action=view&current=canvas.png

It'll look a bit better with radiosity too,
since the color of the ribs will color the canvas.


Post a reply to this message

From: Sven Littkowski
Subject: Re: Texture: Canvas (slightly Transluscent)
Date: 21 Feb 2008 12:32:16
Message: <47bdb5a0$1@news.povray.org>
Thanks for the code, Tim!

I am posting someimages in the Binaries.Images group, to show what I have in 
mind.

Sven


"Tim Attwood" <tim### [at] comcastnet> schrieb im Newsbeitrag 
news:47bb889b$1@news.povray.org...
> Probably something like this...
>
> #declare canvas = texture {
>   pigment {
>      image_map {
>         png "star_arrow.png"
>         transmit all 0.35
>      }
>      rotate 90*x
>   }
>   normal {
>      bump_map {
>         png "canvas.png"
>         interpolate 2
>      }
>      rotate 90*x
>      scale 4
>   }
>   finish {
>      specular 0.3
>      roughness 0.05
>   }
> };
>
>
http://s201.photobucket.com/albums/aa280/Zakardis/?action=view&current=cloth_wing.png
>
http://s201.photobucket.com/albums/aa280/Zakardis/?action=view&current=star_arrow.png
> http://s201.photobucket.com/albums/aa280/Zakardis/?action=view&current=canvas.png
>
> It'll look a bit better with radiosity too,
> since the color of the ribs will color the canvas.
>


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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