You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per-chapter "About this demo" + Parameters list
- Every chapter now ships a 1–2 sentence overview (DemoAbout) under the
header and a sidebar list of every input parameter with what it means
and how it behaves (DemoParams). Examples: leaf size — Larger →
sparser; stddev mult — Smaller → stricter (removes more).
Home redesign
- Headline now wraps as two lines (en: "A Point Cloud Library tutorial /
you can play with"; ko: "손으로 직접 해보는 / Point Cloud Library
Tutorial"). Trailing period dropped.
- Intro replaced with "Must-to-know techniques for 3D point clouds —
reimplemented in TypeScript and running live in your browser."
- Topic pills updated: ROS removed; Perception and Registration added.
- "How's Hyungtae Lim?" expandable bio block at the top, sourced from
the author's index.md, with chip links to his open-source libraries
(GenZ-ICP, Patchwork, Patchwork++, TRAVEL, KISS-Matcher) and contact
links (blog, GitHub, email).
Click-to-pick on Radius Search and KNN
- The viewer now exposes onPick; clicking any point sets the query
(qx/qy/qz) for those two demos. Adaptive raycaster threshold scales
with the cloud's bbox so picking works for the Bunny (~10 cm) and
KITTI (~100 m) alike.
ICP correspondence visualization
- icpStep now returns pairCoords (matched src↔tgt endpoints). Lec11
samples up to 250 of them and the viewer draws yellow LineSegments,
so the shrinking match distances are visible iteration by iteration.
Picker: scene chip overhangs the box
- The (CAD)/(Indoor)/(Outdoor) chip is positioned absolutely on the
top edge of each preset button as a label tag — no more crowding the
name. Buttons also display sensor names (VLP-16 / HDL-64) per request.
Misc
- Blog-post link is hidden in English mode (the posts are in Korean).
- Slight English/Korean preset hint cleanup ("VLP-16 · NaverLabs ·
~29k pts" etc.).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments