|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
MichaelJF <fri### [at] t-onlinede> wrote:
> It took me a while to understand this weird javascript recursion and I
> mixed up some - with + or vice versa:
Excellent!
Now that there's some working SDL, I can try to understand where things went off
the rails, and try to make some variations.
Maybe a nested Appolonian gasket, but also one with circles in between 2
straight lines (circles with infinite radius, curvature of zero, resulting in
"Ford circles)
Thanks so much, Michael!
- BW
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
But for now...
Post a reply to this message
Attachments:
Download 'mjf_appolloniancylinders.png' (119 KB)
Preview of image 'mjf_appolloniancylinders.png'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
And
#macro DrawCircle (C, PigmNr)
//#debug concat( "C = ", vstr(3, C, ", ", 0, 3), " \n")
//torus {abs(C.z), Line texture {pigment {colour Colours[PigmNr]} finish
{emission 1}} rotate x*90 translate <C.x, C.y, 0>}
#if (C.z > 0 & C.z < 0.6)
sphere {0, abs(C.z) scale <1, 1, 1+pow(abs(C.z), 0.001)> texture {pigment
{colour Colours[PigmNr]} finish {specular 0.4}} translate <C.x, C.y, 0>}
#end
#end
Post a reply to this message
Attachments:
Download 'mjf_appollonianellipsoids.png' (133 KB)
Preview of image 'mjf_appollonianellipsoids.png'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
And of course, because the Appollonian gasket is a foam, . . .
bubbles!
Post a reply to this message
Attachments:
Download 'mjf_appollonianbubbles.png' (608 KB)
Preview of image 'mjf_appollonianbubbles.png'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
and with a nested gasket, we could do a sort of Sierpinski triangle.
There's some kind of transformation that makes them isomorphic.
Post a reply to this message
Attachments:
Download 'mjf_appolloniantriangles.png' (64 KB)
Preview of image 'mjf_appolloniantriangles.png'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 17/06/2024 23:49, Bald Eagle wrote:
> Excellent!
> Now that there's some working SDL, I can try to understand where things went off
> the rails, and try to make some variations.
I've updated my page and published the code (at the very bottom).
<http://louisbel.free.fr/scenes/scene038.shtml>
Sorry, still in French
--
Kurtz le pirate
Compagnie de la Banquise
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 18/06/2024 00:50, Bald Eagle wrote:
> And of course, because the Appollonian gasket is a foam, . . .
>
> bubbles!
>
GREAT Bubbles. Very good job.
--
Kurtz le pirate
Compagnie de la Banquise
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Just posting this here for reference.
https://www.johndcook.com/blog/2023/12/19/conformal-map-disk-triangle/
Would be cool to apply this to the gasket to see what pops out - probably a
Sierpinski Triangle.
Search: conformal mapping of circle to a triangle
- BE
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Now with lenses!
Post a reply to this message
Attachments:
Download 'mjf_appollonianlenses.png' (451 KB)
Preview of image 'mjf_appollonianlenses.png'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Am 19.06.2024 um 02:36 schrieb Bald Eagle:
> Now with lenses!
somewhat crazy, but very interesting;)
Best regards
Michael
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |