resolution oppoints → pointsimport fullseye as fs; fs.ledger.pc_poisson_disk(points, radius, seed=0) (実装を直接呼ぶなら import meshres; meshres.pc_poisson_disk(points, radius, seed=0)、台帳から引くなら ops3d.get("pc_poisson_disk"))Blue-noise thinning: keep points greedily so that no two are closer than radius (points).
Points are visited in a seeded random order; a point is kept if no kept point lies within radius (cKDTree ball query). Dense regions are thinned to the radius, sparse regions (spacing already > radius) are kept whole — unlike a voxel grid, which also moves points to cell centroids.
py -3.11 examples_3d/mesh_resolution_demo.pypoints を入力に取れる)points_to_voxel · gaussians_to_voxel · estimate_point_normals · to_points · match_points_ncc · match_pca · moment_axes · icp_point2point_3d
resolution)mesh_edge_stats · mesh_detail_map · mesh_split_long_edges · mesh_isotropic_remesh · mesh_sample_points · mesh_lod_chain · mesh_select_lod · mesh_reduction_report
Provenance: meshres.py — 3D operator registry. この per-op ノートは tools/opdocs.py md が自動生成(手編集しない)。
© 2026 Kazufumi Furuse — Fullseye operator documentation. Licensed under Apache-2.0.