POV-Ray : Newsgroups : povray.newusers : Another DF3 oddity / quadrants not showing : Re: Another DF3 oddity / quadrants not showing Server Time
28 Jul 2024 12:38:37 EDT (-0400)
  Re: Another DF3 oddity / quadrants not showing  
From: Warp
Date: 3 Jun 2009 17:03:55
Message: <4a26e53a@news.povray.org>
JeffBTX <nomail@nomail> wrote:
> Only the PART of the media showing in the +X +Y +Z quadrant shows. That would be
> the "uppermost northeast corner", the quadrant in +x +y +z.

  There's nothing strange about that. Your media definition is a box in
the range <0,0,0>-<1,1,1>. Defining the container somewhere else is not
going to change that fact. The media is still inside <0,0,0>-<1,1,1>.

  If you want to translate the media *with* its container, you have to
translate *both*, not just the container. In other words:

box
{ 0, 1
  media { your df3 media }
  translate -.5
}

  Now it will work.

-- 
                                                          - Warp


Post a reply to this message

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