POV-Ray : Newsgroups : moray.binaries : Brilliant Diamond : Brilliant Diamond Server Time
19 May 2024 13:32:34 EDT (-0400)
  Brilliant Diamond  
From: Paul Hustava
Date: 12 Aug 2002 21:13:24
Message: <9268CC4ACpedro.wocka@204.213.191.226>
Is this group still alive?

Just made this today. In about 16 more hours it will be done rendering.

I Googled for 'ideal' Brilliant Cut dimensions. 


Since Moray doesn't do dispersion, you'll need to add the following to 
Povray's INClude file. If you knock the dispersion samples down, it will 
definitely speed rendering time.


==========before==========
      }   
      interior
      {
         ior 3.0215
        }
   }

==========after===========
      }   
      interior
      {
         ior 3.0215  dispersion 1.08 dispersion_samples 130
        }
   }


Post a reply to this message

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