POV-Ray : Newsgroups : povray.unofficial.patches : keyword 'sphere' in camera is wrong in docs MP 0.7 Server Time
8 Jul 2024 17:06:48 EDT (-0400)
  keyword 'sphere' in camera is wrong in docs MP 0.7 (Message 1 to 1 of 1)  
From: Smellenbergh
Subject: keyword 'sphere' in camera is wrong in docs MP 0.7
Date: 21 Jun 2001 12:54:24
Message: <1evd8dj.1l29ms5upjmn6N%smellenbergh@skynet.be>
Don't know if it is mentioned before but if you use the sperical camera
in megapov 0.7, be aware of a little typo in the docs.
Instead of the keyword 'sphere' you should use 'spherical' or
'spherical_camera'.
example:
camera {
    spherical or spherical_camera
    location <0.0, 0.0, -5>
    up y*image_height right x*image_width
    h_angle 360
    v_angle 360
    look_at <0.0, 0.0, 0.0>
}

Yvo smellenbergh
-- 
e-mail:sme### [at] skynetbe

http://users.skynet.be/smellenbergh


Post a reply to this message

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