POV-Ray : Newsgroups : povray.general : guys could you help me out once more? : Re: guys could you help me out once more? Server Time
25 Jun 2024 18:39:49 EDT (-0400)
  Re: guys could you help me out once more?  
From: Kenneth
Date: 25 Aug 2017 03:05:01
Message: <web.599fcbb761def543883fb31c0@news.povray.org>
Oops, the camera should be like this instead-- because I made the array X5 to be
'zero-based', meaning the first value is held in array location X5[0], and runs
up to location X5[99]

#declare Cam3 = camera {
   location <30,20-YY,5+X5[frame_number - 1]>
   look_at  <0,10-YY,5+X5[frame_number - 1]>
 orthographic
  }


Post a reply to this message

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