Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LASデータからのheightmap取り込みツール #77

Open
yosuke opened this issue Oct 11, 2024 · 0 comments
Open

LASデータからのheightmap取り込みツール #77

yosuke opened this issue Oct 11, 2024 · 0 comments

Comments

@yosuke
Copy link
Contributor

yosuke commented Oct 11, 2024

#45 において、DXフィールドのデータ取り込みを行ったが、las2heightmapツールの利用を前提としており、作業内容が複雑で間違いの発生も多い。

https://github.com/jhawthorn/las2heightmap

csharpに対応したLASデータ読み込みライブラリが複数公開されているので、これらを使って、Unity上でLASデータを直接読み込みできるようにすると利便性が高まる。

https://www.nuget.org/packages/LASzip
https://github.com/stefanmaierhofer/LASzip/

https://www.nuget.org/packages/Unofficial.laszip.netstandard
https://github.com/shintadono/laszip.net

https://www.nuget.org/packages?q=Tags%3A%22libLAS%22
https://liblas.org/tutorial/csharp.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant