# 破片

## 概要

デブリシミュレーションは物理シミュレーションを用いて地形に多数の個別粒子を追加します。他のシミュレーションレイヤーとは異なり、粒子は各レベルステップごとの密度値に基づいて生成されます。重力や相互作用が粒子に影響を与え、地形全体にわたって現実的な分布を作り出します。

すべてのレベルでデブリを生成することで、より多様な要素サイズを実現できます。つまり、低いレベルで生成されたデブリは高いレベルで生成されたものよりもはるかに大きくなり、大きな岩と小さな砂利の間により自然な比率が生まれます。

## ビデオガイド

{% embed url="<https://vimeo.com/1029716037>" %}
World Creatorガイド
{% endembed %}

## パラメーター

<table><thead><tr><th width="179.6998291015625">プロパティ</th><th>説明</th></tr></thead><tbody><tr><td><strong>密度</strong></td><td>地形上に生成されるデブリの生成密度。</td></tr></tbody></table>

### シミュレーション

<table><thead><tr><th width="179.6998291015625">プロパティ</th><th>説明</th></tr></thead><tbody><tr><td><strong>デルタ</strong></td><td>シミュレーションのタイムステップのデルタ。イテレーションに対してシミュレーションを早めたり遅くしたりするのに使用できます。</td></tr><tr><td><strong>摩擦</strong></td><td>デブリに適用される摩擦の量。</td></tr><tr><td><strong>加速度</strong></td><td>要素が地形上でどれだけ速く加速するか。</td></tr><tr><td><strong>衝突の反発</strong></td><td>他の粒子と衝突したときの反応の強さを制御します。</td></tr></tbody></table>

### 形状

<table><thead><tr><th width="179.6998291015625">プロパティ</th><th>説明</th></tr></thead><tbody><tr><td><strong>レベル挿入</strong></td><td>シミュレーションされたデブリが地形に追加されるレベル。挿入レベルより上のレベルの密度は無視されます！</td></tr><tr><td><strong>形状</strong></td><td>インポートしたテクスチャやメッシュから手続き的な2Dスプラットまで、さまざまな形状を提供します。</td></tr><tr><td><strong>テクスチャ/モデル</strong></td><td>カスタムでリンクされたテクスチャ/モデルへの参照。</td></tr><tr><td><strong>形状ディテール増幅</strong></td><td>手続き的形状のノイズスケーリング。</td></tr><tr><td><strong>高さ</strong></td><td>レンダリングされるすべての要素の高さ乗算値。</td></tr><tr><td><strong>サイズ</strong></td><td>レンダリングされるすべての要素のランダム化されたサイズの範囲。 </td></tr><tr><td><strong>回転</strong></td><td>レンダリングされるすべての要素のランダム化された回転の範囲。</td></tr></tbody></table>

### ティント

<table><thead><tr><th width="179.6998291015625">プロパティ</th><th>説明</th></tr></thead><tbody><tr><td><strong>グラデーション</strong></td><td>分布されたデブリに追加の色付けを適用できます。これを地形で表示するには「Use Shape Layer Color」が有効なマテリアルが必要です。グラデーション自体の詳細については、次の情報を参照してください <a href="https://bitethebytes.freshdesk.com/en/support/solutions/articles/44002478305">グラデーションマテリアル</a>.</td></tr></tbody></table>

## 結果

<div><figure><img src="/files/3230d474d655c68139ea258a131b748b7c3f46f6" alt=""><figcaption></figcaption></figure> <figure><img src="/files/44985a6bfdea3e272c2d865341418f735170d840" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.world-creator.com/ja/rifarensu/terrain/simulation-layers/debris.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
