POV-Ray : Newsgroups : povray.unofficial.patches : media problems : Re: media problems Server Time
2 Sep 2024 04:17:44 EDT (-0400)
  Re: media problems  
From: Margus Ramst
Date: 18 May 2000 13:20:44
Message: <3924189A.3A58D216@peak.edu.ee>
Nathan Kopp wrote:
> 
> Does it really happen with emitting media?

It does, with the exception that the media won't cast a shadow (as expected).
I am not the only one affected, am I?
Here's a little scene that should demonstrate the problem:

#version unofficial megapov 0.5;

camera{location <2,3,-5> look_at 0}
light_source{<-50,50,-50> color 1 }

sphere{0,1
    pigment{rgbf 1}
    finish{ambient 0 diffuse 0}
    interior{media{method 3 samples 1 emission 1}}
    hollow
    translate y
}

plane{y,0 pigment{checker .3,.6} finish{diffuse .7 ambient 0}}

-- 
Margus Ramst

Personal e-mail: mar### [at] peakeduee
TAG (Team Assistance Group) e-mail: mar### [at] tagpovrayorg


Post a reply to this message

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