分布点于体积内¶
分布点于体积内 节点可在体积栅格内创建点。该节点有两种基本操作模式:随机分布点或按规则栅格分布点。两种方法均作用于体积内的所有浮点栅格。
输入¶
- 体积/音量
标准的体积几何体输入。
- 模式
- 随机:
Distribute points randomly inside of the volume. The local point count is implicitly defined as a product of the global from the Density input and the local voxel value. This method creates a distribution that is not stable as the input volume deforms.
- 栅格:
在体积内部以栅格模式分布点位。每个栅格点处,通过体素值判断是否添加点。
- 密度 随机
每单位体积内采样点的数量。
- 随机种 随机
随机数生成器用于生成随机点的种子
- 间隔 栅格
栅格点之间的间距。
- 阈值 栅格
包含栅格点的体积单元的最小值。
输出¶
- 点
标准的点云几何输出。