POV-Ray : Newsgroups : povray.general : Auto focus.. : Auto focus.. Server Time
31 Jul 2024 12:15:32 EDT (-0400)
  Auto focus..  
From: Raf256
Date: 8 Mar 2007 12:08:35
Message: <45f04313@news.povray.org>
Can someone refresh my memory,

we have an object OBJ which is in front of the camera, how to auto focus on
it?

camera {
  #local POS = <1,2,3>; // camera position
  location <POS>

  #local FOC = .... ; // get the focal point

  blure_samples ...
  focal_point FOC

  rotate ...   translate.. // <-- some easy way to have this working too?
  // lets assume I grouped thoes into a #define TRANS = transform { .... }
}

-- 
Raf256

"Ustawowe ograniczenie liczby aptek to nie jest centralne sterowanie."


Post a reply to this message

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