POV-Ray : Newsgroups : povray.newusers : sphere proportions : sphere proportions Server Time
16 Apr 2024 00:09:07 EDT (-0400)
  sphere proportions  
From: Psnarf
Date: 31 May 2021 12:30:00
Message: <web.60b50ee238c338a88b87fe773aaaf4dc@news.povray.org>
In a square window,
sphere {
    <0, 1, 2>, 2
    texture {
        pigment { color Yellow }
    }
}
produces an ellipsoid, the vertical radius is larger than the horizontal radius:
`povray -Idemo.pov +V +W400 +H400`

Apparently, the window proportion must be 1:1.33 in order to produce a sphere
with a fixed radius. Should not sphere appear circular no matter what the window
proportions in the render command?


Post a reply to this message


Attachments:
Download 'demo.png' (3 KB)

Preview of image 'demo.png'
demo.png


 

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