straaljager Posted December 9, 2019 Share Posted December 9, 2019 (edited) Hello, I'm new to Houdini and have searched on the net for answers to my problem, but couldn't find any. I am trying to visualize a brain tractography (white matter fiber tracts) dataset which was exported from Blender as FBX mesh (Blender automatically converts curves to meshes when exporting to FBX). When importing this file into Houdini, it shows up as a ribbon of long quads, which can be reduced to a point line with a polyspline node. Rendering the polyspline directly with Arnold does not nearly look as good as Houdini's native curve primitives (left in the screenshot below). Is it possible to obtain a smooth curve that goes through the points or stays close to them, without resulting in artefacts like the segments in the picture? Tractography mesh exported from Blender The tracts are represented by quad ribbons: Close-up of one ribbon after polyspline (right) and native curve primitive in Houdini (left): Rendering the polyspline with Arnold shows the individual segments: Edited December 9, 2019 by straaljager Quote Link to comment Share on other sites More sharing options...
acey195 Posted December 10, 2019 Share Posted December 10, 2019 Hey, Welcome to Houdini! May I suggest using the convert SOP (converting it to third order NURBS) you may also find it useful to: use the facet SOP using the "Remove Inline Points" toggle and then play with the distance to remove some "oversampling" use the fuse SOP to merge nearby points in corners (to avoid having sharp corners using convert) resample with a large value for "Maximum Segment Length" to reduce the noise in your samples Or alternatively, you can also keep your geometry at polygons with the resample SOP, setting the "Treat Polygon As" dropdown to "Subdivision Curves" 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.