POV-Ray : Newsgroups : povray.binaries.images : electron microscope-like effect (152 k) : Re: electron microscope-like effect (152 k) Server Time
8 Aug 2024 14:17:54 EDT (-0400)
  Re: electron microscope-like effect (152 k)  
From: Wagner
Date: 2 Aug 2005 13:10:01
Message: <web.42efa87abadb99647fd377250@news.povray.org>
You can use slope to, and no lights:

camera{location -z*10 look_at 0}

#local TEX = texture{
  pigment{slope{<0,0,-10>} //the vector should be your camera position
    pigment_map{
    [0.25 rgb 1 transmit 0.5]
    [0.75 rgb 0 transmit 0.5]
    }
  }
  normal{agate scale 0.2}
  finish{ambient 1 diffuse 0} //the ambient controls the brightness
}

sphere{0,1 texture{TEX}}

-------------------------------
Wagner


Post a reply to this message


Attachments:
Download 'tempor.png' (21 KB)

Preview of image 'tempor.png'
tempor.png


 

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