mastodonien.de

fosstodon.org

Zeitpunkt              Nutzer    Delta   Tröts        TNR     Titel                     Version  maxTL
Sa 06.07.2024 00:00:07    61.917      -2    3.523.632    56,9 Fosstodon                 4.2.10     500
Fr 05.07.2024 00:00:27    61.919       0    3.520.710    56,9 Fosstodon                 4.2.10     500
Do 04.07.2024 00:00:52    61.919      +2    3.517.337    56,8 Fosstodon                 4.2.9      500
Mi 03.07.2024 00:00:12    61.917      +2    3.513.906    56,8 Fosstodon                 4.2.9      500
Di 02.07.2024 00:01:44    61.915      -2    3.510.479    56,7 Fosstodon                 4.2.9      500
Mo 01.07.2024 00:00:33    61.917       0    3.507.420    56,6 Fosstodon                 4.2.9      500
So 30.06.2024 00:00:34    61.917      +2    3.504.671    56,6 Fosstodon                 4.2.9      500
Sa 29.06.2024 00:01:13    61.915      +2    3.501.982    56,6 Fosstodon                 4.2.9      500
Fr 28.06.2024 00:01:07    61.913      +3    3.498.459    56,5 Fosstodon                 4.2.9      500
Do 27.06.2024 00:00:32    61.910       0    3.495.444    56,5 Fosstodon                 4.2.9      500

Sa 06.07.2024 10:41

story continues.

Bad news, SDFs are not useful for slicing models for .

The idea: render every slice and get a nice picture with distances from walls already marked, then place filament on those ridges.

This needs some adjustments. A floor is equidistant from the 3d edge, but not slice edge:

float sdSphere23(vec3 p, float r) {
float u = asin(p.z / r);
return length(p.xy)/sqrt(1. - u*u) - r;
}

...but this still fails if you want to rotate anything.

A picture of concentric rings. Imagine the yellow ring is the object outline, and the reddish in the middle are where the filament goes.

A picture of concentric rings. Imagine the yellow ring is the object outline, and the reddish in the middle are where the filament goes.

Rotated around the X axis (in screen plane), the circle is bent, what was rings makes it look like a watermelon.

Rotated around the X axis (in screen plane), the circle is bent, what was rings makes it look like a watermelon.

[Öffentlich] Antw.: 0 Wtrl.: 1 Fav.: 0

Antw. · Weiterl. · Fav. · Lesez. · Pin · Stumm · Löschen