-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Close or Related Issues --> Close #303 Close #550 Close #568 Close #569 ### What I did(変更内容) <!-- Please describe the motivation behind this PR and the changes it introduces. --> <!-- どのような変更をしますか? 目的は? --> - 3D Tiles Sinkの拡張 - アトラス化 - 利用されるテクスチャのサイズに応じて作成するアトラスの大きさを変更 - ズームレベルに応じてテクスチャの解像度を変更 - 処理速度は既存のSinkより10倍程度になっていますが、Cesiumでの描画パフォーマンスは大きく向上しています ### Notes(連絡事項) <!-- If manual testing is required, please describe the procedure. --> <!-- 手動での動作確認が必要なら手順を簡単に伝えてください。そのほか連絡事項など。 --> - 以下のように変換します ```bash cargo run -- <input_path> --sink 3dtiles -o transform=use_texture --output <output_path> --release ``` <img width="1718" alt="image" src="https://github.com/user-attachments/assets/0d31300f-59e6-460e-97ee-1ced0bcbd261">
- Loading branch information
Showing
1 changed file
with
176 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters