POV-Ray : Newsgroups : povray.general : Always on top : Re: Always on top Server Time
1 Aug 2024 20:13:06 EDT (-0400)
  Re: Always on top  
From: Warp
Date: 26 Apr 2005 10:46:11
Message: <426e5433@news.povray.org>
Shay <s.s@s> wrote:
> Put your "always on top" object in its own light group. Move the object 
> and its lights very close to the camera after scaling them so that the 
> object appears to be at the same distance as its original position.

  This can be easily done like this:

object
{ TheObject
  translate -CameraLocation
  scale 1/100
  translate CameraLocation
}

-- 
                                                          - Warp


Post a reply to this message

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