POV-Ray : Newsgroups : povray.advanced-users : Non linear object scaling : Re: Non linear object scaling Server Time
24 Apr 2024 18:43:06 EDT (-0400)
  Re: Non linear object scaling  
From: yesbird
Date: 22 Feb 2023 10:09:06
Message: <c5faa23b-7231-015a-8f86-ad1817e20f10@gmail.com>
On 21/02/2023 21:22, Bald Eagle wrote:
> Non-linear scale
> #declare P = function {x*x + y*y + z*z - 1}
> isosurface {
> function {P(x, y*(1.05-y/5), z)}
> ....
> A non-linear stretch has turned this sphere into something like a hen's egg. The
> sphere is stretched more as y
> becomes larger, and compressed more as y becomes more negative.
It works fine for isosurfaces, but is it possible to scale arbitrary
object non-linear way ?
--
YV


Post a reply to this message

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