Hi to everyone!
I just would like to know if is possible to subdivide the surface of a metaball into regular quadrilaterals; i tried all the “convert” comands but without success!
Thanks,
Stefano
Metaball Topology, Quads.
6986 13 5- Vafio3
- Member
- 5 posts
- Joined: 11月 2012
- Offline
- anon_user_63541013
- Member
- 197 posts
- Joined: 6月 2012
- Offline
- Vafio3
- Member
- 5 posts
- Joined: 11月 2012
- Offline
- anon_user_63541013
- Member
- 197 posts
- Joined: 6月 2012
- Offline
- Vafio3
- Member
- 5 posts
- Joined: 11月 2012
- Offline
- brianBurke
- Member
- 192 posts
- Joined: 11月 2008
- Offline
you can use sops to come up with quad surfaces from volumes.
its sort of like ‘marching cubes’, but with a couple extra steps to make a nicer surface. the procedure is.
1: make a level set from the metaballs with iso offset
2: make a cube for every ‘on’ voxel in the level set.
3: use raycasting to figure out the ‘shell’ of the cube surface.
4: fuse the shell into a continuous surface.
5: smooth the continuous surface.
6: ‘shrink wrap’ the smooth continuous surface to the level set.
certainly not a push-button solution, but its all quads!
-b
its sort of like ‘marching cubes’, but with a couple extra steps to make a nicer surface. the procedure is.
1: make a level set from the metaballs with iso offset
2: make a cube for every ‘on’ voxel in the level set.
3: use raycasting to figure out the ‘shell’ of the cube surface.
4: fuse the shell into a continuous surface.
5: smooth the continuous surface.
6: ‘shrink wrap’ the smooth continuous surface to the level set.
certainly not a push-button solution, but its all quads!
-b
- aweaklingchild
- Member
- 23 posts
- Joined: 4月 2012
- Offline
- Vafio3
- Member
- 5 posts
- Joined: 11月 2012
- Offline
- anon_user_63541013
- Member
- 197 posts
- Joined: 6月 2012
- Offline
- tjeeds
- Member
- 339 posts
- Joined: 8月 2007
- Offline
Very clever Brian!
I just wanted to note that if you have access to 12.1 and can build the openVDB library and Houdini toolkits, the VDB volume mesher generates quads and is extremely fast. So once you convert your metaballs to an SDF you would convert it to a VDB Volume and mesh it, 2 nodes.
I just wanted to note that if you have access to 12.1 and can build the openVDB library and Houdini toolkits, the VDB volume mesher generates quads and is extremely fast. So once you convert your metaballs to an SDF you would convert it to a VDB Volume and mesh it, 2 nodes.
Jesse Erickson
Fx Animator
WDAS
Fx Animator
WDAS
- brianBurke
- Member
- 192 posts
- Joined: 11月 2008
- Offline
tjeeds
…if you have access to 12.1 and can build the openVDB library and Houdini toolkits, the VDB volume mesher generates quads and is extremely fast. So once you convert your metaballs to an SDF you would convert it to a VDB Volume and mesh it, 2 nodes.
this sounds pretty interesting jesse. i don't have the ability to install plugins, but i'd be stoked to see how this looks (generating quad meshes from volumes comes up a lot). can you screen-cap a mesh?
-b
- tjeeds
- Member
- 339 posts
- Joined: 8月 2007
- Offline
- Vafio3
- Member
- 5 posts
- Joined: 11月 2012
- Offline
- pelos
- Member
- 621 posts
- Joined: 8月 2008
- Offline
-
- Quick Links