Skip to content

Commit 29a71bf

Browse files
committed
Home intro: note PCL-adjacent extras (Patchwork, TRAVEL, GenZ-ICP)
1 parent ff3ea46 commit 29a71bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web/src/i18n/locales/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const en = {
2727
headlineEm: "you can play with",
2828
headline2: "",
2929
intro:
30-
"Must-to-know techniques for processing 3D point clouds — voxelization, KdTree, RANSAC, ICP and more — reimplemented in TypeScript and running live in your browser.",
30+
"Must-to-know techniques for processing 3D point clouds — voxelization, KdTree, RANSAC, ICP and more — reimplemented in TypeScript and running live in your browser. While some of these methods are not officially included in PCL, I added them to the tutorial because they are intuitive, practical, and easy to use.",
3131
chapterPrefix: "Chapter",
3232
},
3333
author: {

web/src/i18n/locales/ko.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const ko: LocaleDict = {
2929
headlineEm: "Point Cloud Library Tutorial",
3030
headline2: "",
3131
intro:
32-
"3D point cloud을 다루는 핵심 기법들 — voxelization, KdTree, RANSAC, ICP 등 — 을 TypeScript로 재구현해 브라우저에서 실시간으로 돌립니다.",
32+
"3D point cloud을 다루는 핵심 기법들 — voxelization, KdTree, RANSAC, ICP 등 — 을 TypeScript로 재구현해 브라우저에서 실시간으로 돌립니다. 이 중 일부는 PCL에 공식적으로 포함되어 있지는 않지만, 직관적이고 실용적이며 사용하기 쉬워서 튜토리얼에 함께 담았습니다.",
3333
chapterPrefix: "Chapter",
3434
},
3535
author: {

0 commit comments

Comments
 (0)