anicg Posted January 29, 2019 Share Posted January 29, 2019 (edited) 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? Edited January 29, 2019 by anicg Quote Link to comment Share on other sites More sharing options...
vtrvtr Posted January 29, 2019 Share Posted January 29, 2019 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/ Quote Link to comment Share on other sites More sharing options...
Andrea Posted January 29, 2019 Share Posted January 29, 2019 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 Quote Link to comment Share on other sites More sharing options...
anicg Posted January 30, 2019 Author Share Posted January 30, 2019 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. Quote Link to comment Share on other sites More sharing options...
anicg Posted January 30, 2019 Author Share Posted January 30, 2019 (edited) 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 January 30, 2019 by anicg Quote Link to comment Share on other sites More sharing options...
davpe Posted January 31, 2019 Share Posted January 31, 2019 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. Quote Link to comment Share on other sites More sharing options...
Andrea Posted January 31, 2019 Share Posted January 31, 2019 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. Quote Link to comment Share on other sites More sharing options...
anicg Posted January 31, 2019 Author Share Posted January 31, 2019 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. Quote Link to comment Share on other sites More sharing options...
davpe Posted January 31, 2019 Share Posted January 31, 2019 5 hours ago, anicg said: This sounds great, I just don't know how to do it. Any push in the right direction would be much appreciated. this should help Quote Link to comment Share on other sites More sharing options...
Mark01 Posted January 31, 2019 Share Posted January 31, 2019 (edited) If your wanting nice topo, your best bet would be to take into maya, retopo and then bring back Edited January 31, 2019 by MilesS1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.