POV-Ray : Newsgroups : povray.binaries.images : Modified Fruit : Re: Modified Fruit Server Time
12 Aug 2024 17:09:16 EDT (-0400)
  Re: Modified Fruit  
From:
Date: 30 Jul 2003 16:57:39
Message: <3f283143@news.povray.org>
What about a small cube on top of a bigger one for the pear?
Or a (truncated) pyramid:

prism { linear_spline conic_sweep -.5, -4
  5, <-.3,-.3>, <-.3,.3>, <.3,.3>, <.3,-.3>, <-.3,-.3>
  }


A banana also could be recognizeable: either box { 0, <5, 1, 1> } or

intersection {
  cylinder { 0, Thick*y, Radius+Thick }
  cylinder { -0.1*y, (Thick+0.1)*y, Radius inverse }
  plane { -x, 0 }
  plane { x, 0 rotate Angle*y }
  texture { ... }
  }


If you find the correct color, apricots and plums should look good.
And what about walnuts?


Sputnik


Post a reply to this message

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