本 Wiki 开启了 HTTPS。但由于同 IP 的 Blog 也开启了 HTTPS,因此本站必须要支持 SNI 的浏览器才能浏览。为了兼容一部分浏览器,本站保留了 HTTP 作为兼容。如果您的浏览器支持 SNI,请尽量通过 HTTPS 访问本站,谢谢!
该节点可基于 volume 生成 point
Ver 19.5
point configuration
相关。Point Separation
成比例。 Construction Method | Dense Grid:基于输入 volume 的 bounding box 生成点,再删掉 volume 外部的点。(对与 bounding box 匹配度较差的 volume 不友好,会更慢且吃掉更多的内存。) Sparse Volume: 只基于激活的 voxel 进行点生成(使用 vdbactivatesdf )。该方法会将 input 转换为 OpenVDB volume(fog volume)。 |
Point Configuration | Grid: 将 volume 视作 3D Grid 的组合,在单元 Grid 的 vertices 上生成点。 Tetrahedral: 每个点的位置都与其他三个点相等,更加紧凑的生成方式。 |