POV-Ray : Newsgroups : povray.general : Line Polygons : Re: Line Polygons Server Time
27 Sep 2024 01:16:16 EDT (-0400)
  Re: Line Polygons  
From: Bald Eagle
Date: 28 Aug 2024 06:45:00
Message: <web.66ceffa0236540401f9dae3025979125@news.povray.org>
yesbird <sya### [at] gmailcom> wrote:

> Oh, what a beauty ! Reminds me Escher works ...
> How did you produced them ?


https://halirutan.de/programming/line-patterns/

https://mathematica.stackexchange.com/questions/110848/is-it-possible-to-draw-this-figure-using-mathematica/111642#1116
42

https://mathematica.stackexchange.com/questions/177209/drawing-the-pursuit-curves

Looks like it's very similar to the way De Casteljau's algorithm works for
drawing Bezier splines.  You just interpolate along the edges - but each new
inner edge replaces the outer one.

I use VertexArray [mod (Index, Sides)] to cycle through my array and stay "in
bounds".

- BW


Post a reply to this message

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