# グラフィックス

## 概要&#x20;

グラフィックスオプションでは、World Creator のビューポート内の色や特定要素の表示に関する複数のカスタマイズポイントを提供します。

## パラメータ

### レンダラー

<table><thead><tr><th width="219.89990234375">プロパティ</th><th>説明</th></tr></thead><tbody><tr><td><strong>レンダラーサンプルの制限</strong></td><td>各フレームに対して取得されるサンプル数を制限します。通常、パストレーシングではノイズを低減した画像を作成するためにフレームが何度もレンダリングされます。これを制限するとパフォーマンスは向上しますがレンダリング品質は低下します。</td></tr></tbody></table>

### ヒートマップ

<table><thead><tr><th width="219.9000244140625">プロパティ</th><th>説明</th></tr></thead><tbody><tr><td><strong>ヒートマップ塗りつぶし</strong></td><td>ヒートマップが有効なときに表示される色です。</td></tr></tbody></table>

### エリア

<table><thead><tr><th width="219.89990234375">プロパティ</th><th>説明</th></tr></thead><tbody><tr><td><strong>エリア塗りつぶし</strong></td><td>地形上でエリアやマスクを表示したときの色を変更します。</td></tr></tbody></table>

### トポマップ

<table><thead><tr><th width="219.9000244140625">プロパティ</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><tr><td><strong>等高線サブライン数</strong></td><td>メイン等高線間のサブラインの数です。</td></tr><tr><td><strong>等高線の太さ</strong></td><td>等高線の太さです。</td></tr></tbody></table>

### テクスチャ高速レンダー

<table><thead><tr><th width="219.89990234375">プロパティ</th><th>説明</th></tr></thead><tbody><tr><td><strong>背景色</strong></td><td>テクスチャ高速レンダーモードで使用される背景色です。</td></tr><tr><td><strong>グリッド色</strong></td><td>テクスチャ高速レンダーモードでのグリッドの色です。</td></tr></tbody></table>

### シェイプデザインモード

<table><thead><tr><th width="219.89990234375">プロパティ</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></tbody></table>

### 地形グリッド

| プロパティ          | 説明                  |
| -------------- | ------------------- |
| **色0**         | 最初のチェッカーボックスの色です。   |
| **色1**         | 2 番目のチェッカーボックスの色です。 |
| **色の詳細**       | 詳細サブグリッドセルの色です。     |
| **メイングリッドの表示** | メイングリッド線の透明度を変更します。 |
| **サブグリッドの表示**  | サブグリッド線の透明度を変更します。  |
| **メイングリッド間隔**  | グリッドのスケールです。        |
| **サブグリッド分割数**  | メイングリッドセル間の分割数です。   |


---

# 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/options/graphics.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.
