prashantcgi Posted June 5, 2015 Share Posted June 5, 2015 Hi Everyone, While using VDB from polygon, I face a issue related to input geometry smoothness. The issue is that :- My Original geometry has Normal info because of which the geometry looks smooth. But when i convert the geometry into the VDB i don't get any smoothness. please check the attached image, Please tell me how to achieve the smoothness in VDB, I Tried using VDB smooth node but the result don't match with the original input geometry smoothness. Thank you every one in Advance. Prashant Quote Link to comment Share on other sites More sharing options...
Sierra62 Posted June 5, 2015 Share Posted June 5, 2015 there is a node called vdb smooth sdf. Quote Link to comment Share on other sites More sharing options...
anim Posted June 5, 2015 Share Posted June 5, 2015 as well you can Subdivide SOP your mesh before VDB conversion Quote Link to comment Share on other sites More sharing options...
prashantcgi Posted June 5, 2015 Author Share Posted June 5, 2015 These both node give good result but not exactly the same. Also i tried transferring the Normals back on VDB generated mesh i get same smoothness but the Surface which i tweaked in VDB operations have no normals and look flat Quote Link to comment Share on other sites More sharing options...
danw Posted June 7, 2015 Share Posted June 7, 2015 I wouldn't say normals really make sense in the context of a VDB. A signed distance field represents only the true geometric surface, and implicitly defines its own normals - the gradient of the distance field. Overriding it with your own would sort of defeat the point of using VDBs/SDFs in the first place. If you're seeing facets in your VDB, you need to ensure your input geometry is genuinely geometryically smooth. Use this as an indicator that your input mesh needs some refinement - not as an indicator that the VDB conversion process is doing anything wrong. Normal information on the input is moot, best to just ignore/delete it and view the input in hard-edge mode. 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.