POV-Ray : Newsgroups : povray.general : Black spots in media : Black spots in media Server Time: 9 Jul 2008 07:14:55 GMT
  Black spots in media  
From: Maxime Marrow
Date: 23 Mar 2008 13:33:58
Consider the following POV-Ray code:

#include "functions.inc"

background{1}

camera {
    location  1.5
    look_at   0
}

isosurface{
  function { f_noise3d(3*x, 3*y, 3*z) - 1/2 }

  max_gradient 4

  hollow
  pigment { rgbf 1 }

  interior{
   media{
    intervals 100
    absorption 1
   }
  }
}

What is the reason for the black spots and is there a way to avoid them?

Thank you,
Maxime


Post a reply to this message

Copyright 1991-2004 POV-Team™