-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDF Custom 3D Mesh? #15
Comments
You might find this handy: https://github.com/marian42/mesh_to_sdf |
@thegnarwhals I have a complicated numpy array sdf from mesh_to_sdf. How to translate to sdf.sdf3? |
@tjusxh hi, you will need to create a function that takes in the coordinates and returns the SDF value, and then decorate it with |
@tjusxh you may need to implement some tri-linear interpolation in your function. |
I am quite stuck on this one as well. |
Hi, Could you please provide a minimal working example how to load a SDF that is generated from a mesh using the mesh_to_sdf library? I am currently trying to do this, but I don't know how to parse the generated numpy array with SDF values and create a new SDF3 object that I can further manipulate. Any help would be much appreciated! |
(this repo is so cool!) +1 for an example of loading a mesh. the closest i found is this repo, which can use SDF on a STL mesh to create a "TPMS scaffold" => https://github.com/nodtem66/Scaffolder |
@enzyme69 - i also found these, some are new since your question. sharing the references now because i probably won't have time to try any of these until after the holidays: |
Is there a plan to add ability to import 3D mesh as custom starting volume for SDF?
The text was updated successfully, but these errors were encountered: