POV-Ray : Newsgroups : povray.general : fishbowl problems (can i do it in pov?) : Re: fishbowl problems (can i do it in pov?) Server Time
2 Aug 2024 18:07:39 EDT (-0400)
  Re: fishbowl problems (can i do it in pov?)  
From: Warp
Date: 17 Aug 2004 06:04:47
Message: <4121d83f@news.povray.org>
thilian <thi### [at] freemailhu> wrote:
> i am trying to make a scene with a fishbowl, and have som problems with 
> it. i have a csg real fishbowl shape with absorbing media to make it 
> visible, and a water shape, that also uses absorption to color it blue. 
> if i render them separately they behave normaly, but if i place the 
> water inside the bowl, it loses its color and becomes a dark grey mass.
> is it a known limitation of povray, or should i keep on trying. and if 
> it is a limitation, what could i use instead?

  1. Check that your max_trace_level is high enough so that rays will pass
through all the surfaces (just count the amount of transparent surfaces
the ray must pass through and set max_trace_level to at least one more
than this count).

  2. Check that the surface of the water object is not exactly coincident
with the inner surface of the bowl. The water object should be just slightly
smaller or larger than the inner surface of the bowl so that they don't
coincide. (So, should it be larger or smaller? That's a good question I
don't have a definite answer for. Just try what looks best. They usually
give different visual results.)

  3. If you are using media for some effect, check that all the objects
inside which the media should be visible have 'hollow'. (This is a command
which makes an object to accept media inside itself.)

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

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