POV-Ray : Newsgroups : povray.binaries.images : XRay Test : Re: XRay Test Server Time
31 Jul 2024 12:14:35 EDT (-0400)
  Re: XRay Test  
From: Paolo Gibellini
Date: 14 Oct 2009 04:43:32
Message: <4ad58f34@news.povray.org>
Very nice effect!
I'll give it a try.
;-)
Paolo

 >Chris B  on date 14/10/2009 00:49 wrote:
> Render of a skull using the slope pattern:
> 
> #declare XRayTexture = texture {
>  pigment {
>    slope{z}
>    pigment_map {
>      [0    color rgbt 2*<1,1,1,0.1>]
>      [0.75 color rgbt <0.1,0.6,2,1>]
>      [1    color rgbt <1,1,1,1>]
>    }
>  }
>  finish {ambient 1}
> }
> object{
>  skull26__null__
>  translate 0.1*x  texture {XRayTexture}
>  no_shadow
> }
> 
> object{
>  skull26__null__  rotate -y*90
>  texture {XRayTexture}
>  no_shadow
> }
> 
> ------------------------------------------------------------------------
>


Post a reply to this message

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