POV-Ray : Newsgroups : povray.beta-test : bug : orthographic angle and declared camera : bug : orthographic angle and declared camera Server Time
29 Jul 2024 12:25:32 EDT (-0400)
  bug : orthographic angle and declared camera  
From: Fabien Mosen
Date: 18 May 2002 03:27:04
Message: <3CE6010D.4080007@skynet.be>
When using a declared camera, the orthographic projection
doesn't ajust properly to the specified angle.  (with
a non-declared camera, it works as expected).

Example :
//=====================================================
#include "colors.inc"

#declare Cam1 =
camera {
  //orthographic //<-- uncomment this to see the problem
  location <150,150,150> look_at 0
  angle 10
  }

camera {Cam1}

sphere {0,5 pigment {Red}}

light_source {<500,1500,500> White*1.5}
//=====================================================


Post a reply to this message

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