Title says it. Basically: how to turn concave areas into convex ones, and vice versa?
Any ideas of how to achieve this?
Turning a mesh inside out... like a sock!?
1343 4 1-
- albinioni
- Member
- 66 posts
- Joined: 9月 2018
- Offline
-
- Drasko Ivezic
- Member
- 103 posts
- Joined: 12月 2014
- Offline
-
- jsmack
- Member
- 6981 posts
- Joined: 9月 2011
- Online
Spherical inversion is one way. You can do it with a similar method to stereographic projection.
https://en.wikipedia.org/wiki/Inversion_in_a_sphere [en.wikipedia.org]
https://en.wikipedia.org/wiki/Inversion_in_a_sphere [en.wikipedia.org]
-
- albinioni
- Member
- 66 posts
- Joined: 9月 2018
- Offline
Interesting, thank you!
Looks like it involves some quite complex math.
If its a shape with a clear volumetric center with equal distance to any point on the mesh surface, like a sphere, I was thinking if it would be possible to perhaps "mold" the inside of the mesh using some kind of boolean operation, and then apply a displacement attribute depending on the distance to the center. But I'll have to try.
Looks like it involves some quite complex math.
If its a shape with a clear volumetric center with equal distance to any point on the mesh surface, like a sphere, I was thinking if it would be possible to perhaps "mold" the inside of the mesh using some kind of boolean operation, and then apply a displacement attribute depending on the distance to the center. But I'll have to try.
Edited by albinioni - 2021年4月24日 13:42:23
-
- Librarian
- Member
- 142 posts
- Joined: 8月 2009
- Offline
@albinioni
I posted here files with Spherical inversion and other stuff, complex shapes and MATH ,that you can find also if you google MATH BERLIN HOUDINI. " vex codes"
https://forums.odforce.net/topic/44999-on-growth-and-form/?page=8 [forums.odforce.net]
I posted here files with Spherical inversion and other stuff, complex shapes and MATH ,that you can find also if you google MATH BERLIN HOUDINI. " vex codes"
https://forums.odforce.net/topic/44999-on-growth-and-form/?page=8 [forums.odforce.net]
-
- Quick Links