Timeline for answer to 3D bubble textures in Bread (and other solids) by Simon Woods
Current License: CC BY-SA 3.0
Post Revisions
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 10, 2020 at 4:42 | comment | added | J. M.'s missing motivation |
Some changes are necessary to make this work in current versions: nf = Nearest[pts -> "Distance"]; rr[t_, h_][x_?NumberQ, y_?NumberQ, z_?NumberQ] := (#1 > t || #2 - #1 < h) & @@ nf[{x, y, z}, 2]; RegionPlot3D[rr[3/10, 1/20][x, y, z], {x, -1, 1}, {y, -1, 1}, {z, -1, 1}, Axes -> None, Boxed -> False, BoxRatios -> Automatic, Mesh -> None, PlotPoints -> 50, PlotStyle -> ColorData[97, 2]]
|
|
| Nov 21, 2017 at 2:52 | vote | accept | geordie | ||
| Jun 4, 2013 at 16:02 | comment | added | Michael E2 | +1. Very nice. Probably to get bread one would have to model the tension in the dough. | |
| Jun 4, 2013 at 15:46 | history | answered | Simon Woods | CC BY-SA 3.0 |