POV-Ray : Newsgroups : povray.general : Texture: Canvas (slightly Transluscent) : Re: Texture: Canvas (slightly Transluscent) Server Time
31 Jul 2024 06:15:27 EDT (-0400)
  Re: Texture: Canvas (slightly Transluscent)  
From: Sven Littkowski
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

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