POV-Ray : Newsgroups : povray.general : Black spots in media : Re: Black spots in media Server Time
30 Jul 2024 22:16:40 EDT (-0400)
  Re: Black spots in media  
From: John VanSickle
Date: 24 Mar 2008 15:06:32
Message: <47e809c8@news.povray.org>
Maxime Marrow wrote:
> 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?

It looks like something that is *designed* to have black spots.

Regards,
John


Post a reply to this message

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