【splishsplash】volumeSampling:粒子化采样的小工具

功能:输入一个obj文件,输出一个在体积内采样好的粒子文件(vtk)

类似于Houdini的 point from volume或者trimesh的mesh.voxelized(pitch=particle_seperation).fill().points

使用方法:

详见
https://splishsplash.readthedocs.io/en/latest/VolumeSampling.html

VolumeSampling.exe -i  C:\Users\GRBJ200045\Desktop\bunny.obj -o C:\Users\GRBJ200045\Desktop\bunny.vtk

输出的vtk可以使用paraview预览或者使用python的meshio库读入。建议查看该文章以查看粒子的平均半径是多少。

你可能感兴趣的:(python)