SDF栅格拉普拉斯¶
SDF栅格拉普拉斯 节点对有符号距离场(SDF)栅格施加拉普拉斯流平滑处理。该过程通过将细微细节和噪声扩散至相邻体素,逐步平滑 SDF 表面,从而形成更清洁、更均匀的场。
Laplacian flow is a computationally efficient alternative to mean curvature flow smoothing. It is particularly useful for refining SDFs generated from meshes or boolean operations, where sharp transitions or voxel artifacts may occur. The operation helps improve the quality of surfaces before converting the SDF back into a mesh.
输入¶
- 栅格
待平滑的输入带符号距离场。
- 迭代
需应用的拉普拉斯平滑迭代次数。每次迭代逐步扩散高频表面变化,降低表面噪声。数值越高,平滑度越高,但可能导致表面轻微收缩。
输出¶
- 栅格
经过拉普拉斯流平滑处理后的 SDF 栅格。输出表面更加平滑连续,同时保留了原始场的主要形状特征。