Jump to content

How to fix geometry with more vertices than points.


csp

Recommended Posts

Hi,

 

I am woking on an geometry imported from another application, I think Modo. For some reason the number of vertices are MUCH higher than the number of points which makes the geometry heavy. I am wondering if is it possible inside Houdini to delete all the unused vertices.

 

Thanks in advance,

Christos 

Link to comment
Share on other sites

Yeah, I don't think you can delete or create vertices explicitly.  You implicitly get 1 vertex for every polygon primitive that shares a point.

If you convert polygons to a polysoup primitive, it will remove *all* vertices, as a polysoup by definition assumes all vertices at a point to share common information, and so just stores that information on the point itself (so it will always have smooth shading, as you can't harden the normals)

 

If you don't need unique vertex information, polysoup is a much lighter way to store and manipulate geometry.  Just be careful what you use it for... some nodes don't play very nicely with them - for example, I've found using Delete to remove points from a polysoup takes an insane amount of time, as I presume it rebuilds the entire polysoup primitive after every individual point deletion.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...