POV-Ray : Newsgroups : povray.beta-test.binaries : (linux beta) adding rotation to camera Server Time
29 Apr 2024 05:14:47 EDT (-0400)
  (linux beta) adding rotation to camera (Message 1 to 1 of 1)  
From: Sebastian H 
Subject: (linux beta) adding rotation to camera
Date: 6 Mar 2002 08:07:48
Message: <3C86150D.3010304@web.de>
(using linux beta 12)

When adding rotation to camera statement the whole image gets the 
background color -> totally black/white whatever.

-> works
camera {
   location <0, 2, -5>*1
   look_at <0, 0.5, 0>*1
   //rotate 0*y
}

-> does not works
camera {
   location <0, 2, -5>*1
   look_at <0, 0.5, 0>*1
   rotate 0*y
}

(even with greater rotation values)


With a mesh2 (~400 Polys) scene slows down a LOT!

(These effects weren't there when using beta 11)

Sebastian H.


Post a reply to this message

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