POV-Ray : Newsgroups : povray.general : waterman polyhedra, POVRay and VRML : Re: waterman polyhedra, POVRay and VRML Server Time
3 Aug 2024 06:17:20 EDT (-0400)
  Re: waterman polyhedra, POVRay and VRML  
From: ingo
Date: 12 Apr 2004 05:05:31
Message: <Xns94C970D4B779Eseed7@news.povray.org>
in news:pdb_NOSPAM-D17061.15341112042004@news.povray.org Paul Bourke 
wrote:

> Actually I'd like any constructive comments on "good style" when
> it comes to how one should export geometry in the POVRay format....

Don't know about "good style", but I prefer a simpler camera setup. Also 
it makes sure the object doesnt get deformed when you change the ration of 
the image:

camera {
   location VP
   look_at <0,0,0>
   right x*image_width/image_height
   angle 60
}

Ingo


Post a reply to this message

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