Jump to content

convert vdb (to polygons) gives a huge number of polygons, how to get better geometry?


anicg

Recommended Posts

having the shape I wannt in vdb, I convert to polygons but end up with a massive half a million polygons for a small object that is supposed to be repeated several times in the scene. That's huge.

I use polyreduce but it looks messy with very big and very small triangles.

Do you have an idea of how to better deal with stuff converted from vdb?

convertvdb.JPG

polyreduce.JPG

Edited by anicg
Link to comment
Share on other sites

If the polyreduce options are not enough, generally there's no way around this. If you really must have perfect topology simply don't use a vdb or retopo after it.

You can also try instant mesh, which is conveniently packed into the game dev tools. https://www.sidefx.com/tutorials/houdini-game-dev-tools-instant-meshes-bridge/

 

 

Link to comment
Share on other sites

On 1/29/2019 at 2:43 PM, Andrea said:

Just an idea. When you use "Convert VDB" sop to convert VDB to polygons, you can try increase the adaptivity and see if this way you get a better result

thanks the adaptability helps a bit I can go up to 0.05 with acceptable damage to the mesh bringin the total count down from 500K to 100K.

Link to comment
Share on other sites

On 1/29/2019 at 2:42 PM, vtrvtr said:

If the polyreduce options are not enough, generally there's no way around this. If you really must have perfect topology simply don't use a vdb or retopo after it.

You can also try instant mesh, which is conveniently packed into the game dev tools. https://www.sidefx.com/tutorials/houdini-game-dev-tools-instant-meshes-bridge/

 

 

I've used instant mesh and I still need to get to keep th ewhole geometry. Probably using the source code is mush better.

But back to the polyreduce, Do you think I should even care how good it looks in wireframe? I mean other than the wireframe looks ugly is there another impact? for dynamics/fx (destruction, collision...)? is it just the looks?

Edited by anicg
Link to comment
Share on other sites

13 hours ago, anicg said:

I've used instant mesh and I still need to get to keep th ewhole geometry. Probably using the source code is mush better.

But back to the polyreduce, Do you think I should even care how good it looks in wireframe? I mean other than the wireframe looks ugly is there another impact? for dynamics/fx (destruction, collision...)? is it just the looks?

It depends how ugly it looks. In this specific case, for what I can see in your model, it should be ok. The main things that can caused troubles to me in the past are holes in the geometry or manifold polygons. For everything else I must say that Houdini is pretty solid and tollerant.

I think that if you try to render this and it looks good to you or to whoever has to decide, you should be fine.

Link to comment
Share on other sites

9 hours ago, davpe said:

if you need to keep polycount low then maybe displacement map is a good solution for you. you can generate low poly mesh with uvs and then bake the hires geometry detail into the uv texture.

This sounds great, I just don't know how to do it. Any push in the right direction would be much appreciated.

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...