POV-Ray : Newsgroups : povray.binaries.images : XRay Test : XRay Test Server Time
31 Jul 2024 12:25:15 EDT (-0400)
  XRay Test  
From: Chris B
Date: 13 Oct 2009 18:51:47
Message: <4ad50483@news.povray.org>
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


Attachments:
Download 'xraytest.jpg' (66 KB)

Preview of image 'xraytest.jpg'
xraytest.jpg


 

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