POV-Ray : Newsgroups : povray.general : Sheared orthographic camera : Re: Sheared orthographic camera Server Time
4 Aug 2024 06:16:55 EDT (-0400)
  Re: Sheared orthographic camera  
From: Breton Slivka
Date: 1 Jul 2003 16:51:31
Message: <Xns93AB998F24073ZenPsychoyahoocom@204.213.191.226>
hold up, I've got a solution.

Try rendering this scene, and let me know what you think. 


camera { orthographic
  location <-1,-1,-1>
  right 2*x
  up 2*y
  look_at <0,0,0>
  sky -y
 
matrix
<
  1,     -0.5,  0,      
  0,        1,  0,       
  0,        0,  1,
  0,        0,  0        
>
}

box {  -0.5, 0.5  pigment { color rgb 1 }}
light_source {   0*x  color rgb <1,1,1>  translate <-20, 40, -20> }


Post a reply to this message

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