POV-Ray : Newsgroups : povray.general : Planar structures : Planar structures Server Time
21 Nov 2024 08:29:47 EST (-0500)
  Planar structures  
From: Thomas Fester
Date: 8 Nov 2024 05:20:00
Message: <web.672de5a184a429926c6071e48a2a825f@news.povray.org>
Hello everybody,

after your great help with using loops for naming splines, here comes the work I
have been using you advice for (I have been using the for-loop-approach - #for
(I, 0, 3)
  #declare SplineXs[I] = spline {
    cubic_spline
    ...
  }
#end).

It was for naming splines used in defining flat structures, like this sheet
here. I have made a short youtube video on this topic
(https://www.youtube.com/watch?v=wifqzEzXX8o); scripts are available as always
on Github (https://github.com/tjrfester/Modeling-nature-planar-structures).

Best regards,

Thomas


Post a reply to this message

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