> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/kegaido/manage-finishing/upload-finishing-expert.md).

# 仕上げ材アップロード（専門家）

高品質なレンダリング成果物のために、PBR（Physically-Based Rendering）方式のテクスチャマップを活用する方法をご案内します。

![](/files/a53d99cb5d3eae088210cae10f3af189ea10e51c)

**パス:** ダッシュボード > 企業ライブラリ > 製品 > 仕上げ材 > アップロード（専門家）

## アップロード初期画面

* **推奨アップロード順**: どのマップを先にアップロードしても問題ありませんが、 **Albedo（BaseColor）** マップからアップロードすることを推奨します。
* **複数ファイル選択** 後 **ドラッグ＆ドロップ**で **一括アップロード**も可能です。
* **対応ファイル形式**: `.jpg`, `.png`
* **ファイル容量制限**: **5MB未満**

![](/files/9c1abf2e2793287fdb3ca7bafb029fe7a60d4f5e)

## アップロード領域ごとのマップ説明

専門家向けアップロードでは、合計5種類のマップをそれぞれアップロードできます。

![](/files/2ff180ea4a841535a5c713ad4f6efbf96405feba)

### Albedo（BaseColor）

* **役割**: 表面の基本色を表現します。
* **特徴**: 照明・影の情報を含まない純粋な色情報

### Normal

* **役割**: 光の反射方向を制御して、細かな表面の質感を表現
* **特徴**: RGBチャンネルを使用する青/紫系のマップ

### Roughness

* **役割**: 表面の粗さおよび反射率を制御
* **特徴**: 白（粗い）〜黒（滑らか）までのグレースケールマップ

### Metalness

* **役割**: 金属かどうかを制御
* **特徴**: 通常0または1で表現される白黒マップ

### Height

* **役割**: 表面の凹凸情報を表現し、立体感を強調
* **特徴**: グレースケールマップ（Normalマップと併用すると、よりリアルな効果）

{% hint style="warning" %}
すべてのマップは **タイリング（Seamless Texture）** を必ず適用する必要があります。
{% endhint %}

## マップの作成および抽出方法

### 推奨ツール

* Adobe Substance Painter
* Adobe Substance Designer

### 作成時の注意事項

* すべてのマップにはタイリング表現を適用する必要があり、非タイリングマップは予期しないレンダリング結果を引き起こす可能性があります。

## 専門家向けアップロード vs 通常アップロード

| 項目           | 通常アップロード                    | 専門家向けアップロード                                    |
| ------------ | --------------------------- | ---------------------------------------------- |
| アップロードするマップ数 | 1個（BaseColor）               | 最大5個（Albedo、Normal、Roughness、Metalness、Height） |
| 自動補正機能       | 提供あり（Roughness、Normalを自動生成） | 提供なし – ユーザーが直接アップロード                           |
| 成果物の品質       | 基本レベル                       | 高品質なPBRレンダリングが可能                               |
| 推奨対象         | 一般ユーザー                      | 3D専門家およびデザイナー                                  |

{% hint style="info" %}
一般ユーザーは、簡単なアップロード体験のためにBaseColorのみをアップロードしても、アキスケッチが自動補正機能を通じてRoughnessおよびNormalを生成して適用します。
{% endhint %}

## その他の注意事項

* **ファイル名ルール**: 各マップの用途を明確にするため、例: `materialname_albedo.png` という形式の使用を推奨します。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.archisketch.com/guide/kegaido/manage-finishing/upload-finishing-expert.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
