POV-Ray : Newsgroups : povray.text.scene-files : reflective sphere Server Time
17 May 2024 21:13:09 EDT (-0400)
  reflective sphere (Message 1 to 1 of 1)  
From: Eli
Subject: reflective sphere
Date: 25 Feb 2005 18:55:47
Message: <421fbb03@news.povray.org>
mblur.inc requires functions.inc and I attached the latter file just to make 
sure....

the code I used for the sphere (see povray.binaries.images for image) 
following below:

/**** start of code snippet ****/
sphere {
  < 0, 0, 0>, .5
  material{MBlur(.1,1,pigment { color rgb 1},25,1,1,1)}
  translate < .8, .51,-.6>
}
/**** end of code snippet ****/


regards,
Eli


Post a reply to this message


Attachments:
Download 'mblur.inc.txt' (4 KB) Download 'functions.inc.txt' (26 KB)

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