POV-Ray : Newsgroups : povray.general : bezier_spline with prism : Re: bezier_spline with prism Server Time
23 Apr 2024 04:03:00 EDT (-0400)
  Re: bezier_spline with prism  
From: Usb Hub
Date: 5 Sep 2019 15:35:01
Message: <web.5d71633957efbc065256aba40@news.povray.org>
I don't understand POV-Ray :)
This example works also, even there are edges:
prism {
    bezier_spline
    0, 10, 16
    <0, 1>, <.5, 1>, <1, 1.5>, <1, 0>
    <1, 0>, <1, -.5>, <.5, -1>, <0, -1>
    <0, -1>, <-.5, -3>, <-1, -.5>, <-1, 0>
    <-1, 0>, <-1, .5>, <-.5, 5>, <0, 1>
}

I don't know why it works now, but whatever.

usbhub


Post a reply to this message

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