POV-Ray : Newsgroups : povray.beta-test : Camera vectors are not perpendicular : Camera vectors are not perpendicular Server Time
25 Apr 2024 04:16:50 EDT (-0400)
  Camera vectors are not perpendicular  
From: ThH
Date: 3 Mar 2016 22:18:18
Message: <56d8fe7a$1@news.povray.org>
scenes/camera/shear.pov

I'm wondering what's going on here...

==== [Parsing...] ==========================================================
File 'shear.pov' line 48: Parse Warning: Camera vectors are not 
perpendicular.
  Making look_at the last statement may help.

Snippet from shear.pov:

8< snip >8
camera {
         perspective //keyword is facultative in this case
         location CamLoc
         right     x*image_width/image_height
         angle 90
         transform Shear // comment out to see 'falling buildings'
         rotate <0,45,0>
         look_at CamLook
         }
8< snip >8

Command was:
thh@quadro:~/POVRAY_MASTER/share/povray-3.7/scenes/camera$ povray 
shear.pov +p -w320 -h240 -uv

Look_at _is_ last statement of the camera definition and -uv _is_ used.

Is the warning mentioned above really necessary?

-- 
Thorsten aka ThH


Post a reply to this message

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