POV-Ray : Newsgroups : povray.text.scene-files : flying_cam Server Time
3 Jul 2024 02:24:25 EDT (-0400)
  flying_cam (Message 1 to 1 of 1)  
From: Al Canada
Subject: flying_cam
Date: 8 May 2001 16:44:04
Message: <3AF85A71.1D31181E@sympatico.ca>
Here is a pretty simple system about camera...
The idea is to get a camera which is rotating
around the Y axis,  as easily as into any other
3D package.

//______________________________________________
//______________________________________________

#declare flying_cam = // or call it cam_2001 as well !! //
camera {
  location < 0, 0, -1 >
  look_at 0.0*y  // can be set from -0.25 to 0.25... almost //
  angle 48
  rotate 0*x  // can be set at any degree...  180 degrees gives you a
back view !! //
  rotate 0*y  // can be set at any degree //
}

camera { flying_cam translate < 0, 0, -30 > rotate < 30, -30, 0 > } //
one setting among any //  others // this cam gives you a powerfull way
of exploring a given 3D space...
// ... Usefull method to explore "H_F",  for example. //

//_______________________________  E N D ___________________________ //

 //  ALEX PILOTE      QUEBEC     CANADA //


Post a reply to this message

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