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

ハイトマップ生成時に頂点座標がずれる旨追記 #228

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Documentation/manual/ModelAdjust.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ PLATEAUウィンドウの`モデル調整`では、インポートした都市

#### 地形変換
- `地形変換`にチェックを入れると地形の変換(平滑化・テレインへの変換)が有効になり、詳細なオプションが表示されます。
- `解像度`プルダウンから変換時にハイトマップとして利用する画像解像度を選択できます。
- `解像度`プルダウンから変換時にハイトマップとして利用する画像解像度を選択できます。
- `地形変換`では、地形の起伏を滑らかに変更する処理が入ります。そのため、測量の高さを厳密に使いたいケース、特に測量からの誤差の少なさが重要となる状況ではこの処理はそぐわない場合があります。
- `ハイトマップ平滑化`にチェックを入れるとハイトマップにぼかしフィルターを適用し、よりスムーズな地形になります。
- `余白を端の高さに合わせる`にチェックを入れるとハイトマップの余白を一番端のピクセルで埋めます。チェックが外れていると余白部分の高さは0になります。

Expand Down