Hi all,
I am importing a lot of 3d models into a geometry node and wanna run some simulation on it. But there are too many vertices in some of the obj files. Is there a way to reduce the polygon count(which is like the opposite of subdivide)?
Opposite of subdivide node
10208 5 1- Kumar murthy
- Member
- 12 posts
- Joined: 12月 2013
- Offline
- animatrix_
- Member
- 4731 posts
- Joined: 2月 2012
- Offline
You can use the PolyReduce SOP:
http://www.sidefx.com/docs/houdini13.0/nodes/sop/polyreduce [sidefx.com]
But if you want to reverse a model subdivided using Catmull Clark subdivision, and get the original model back, there is no built-in SOP for that. Here is a paper if anyone wants to implement it for Houdini:
http://wscg.zcu.cz/wscg2006/Papers_2006/Full/B89-full.pdf [wscg.zcu.cz]
http://www.sidefx.com/docs/houdini13.0/nodes/sop/polyreduce [sidefx.com]
But if you want to reverse a model subdivided using Catmull Clark subdivision, and get the original model back, there is no built-in SOP for that. Here is a paper if anyone wants to implement it for Houdini:
http://wscg.zcu.cz/wscg2006/Papers_2006/Full/B89-full.pdf [wscg.zcu.cz]
Senior FX TD @ Industrial Light & Magic
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com]
youtube.com/@pragmaticvfx | patreon.com/animatrix | pragmaticvfx.gumroad.com
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com]
youtube.com/@pragmaticvfx | patreon.com/animatrix | pragmaticvfx.gumroad.com
- Kumar murthy
- Member
- 12 posts
- Joined: 12月 2013
- Offline
- symek
- Member
- 1390 posts
- Joined: 7月 2005
- Offline
- eetu
- Member
- 606 posts
- Joined: 5月 2007
- Offline
- animatrix_
- Member
- 4731 posts
- Joined: 2月 2012
- Offline
SYmek
http://forums.odforce.net/topic/10181-de-subdivide/?p=73097 [forums.odforce.net]
This doesn't work on a subdivided box and other models I have tried. It might be missing certain cases like points shared by 3 edges.
eetupusat
You can use the PolyReduce SOP
There is also a Remesh SOP these days, for a bit different results.
That's a good SOP. I wish SESI implemented a CVT based Remesh SOP though that produces more equilateral triangles. I made one myself but without a Voronoi Split SOP that doesn't physically separate polygons, the fusing messes up the surface mid-process. A simple toggle parameter for that would be greatly appreciated
Senior FX TD @ Industrial Light & Magic
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com]
youtube.com/@pragmaticvfx | patreon.com/animatrix | pragmaticvfx.gumroad.com
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com]
youtube.com/@pragmaticvfx | patreon.com/animatrix | pragmaticvfx.gumroad.com
-
- Quick Links