> 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/enterprise-jp/manage-finishing/upload-finishing-expert.md).

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

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

![](https://1909169026-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-901b846b508ebf053ff4e26f24d33a084afd2e91%2Fupload-finishing-expert-1.png?alt=media)

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

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

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

![](https://1909169026-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-ec470b3801ed12ee1b4e3bd4961d22da313286df%2Fupload-finishing-expert-2.jpg?alt=media)

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

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

![](https://1909169026-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-b70903f34065237e69710717c82927e15a10d81b%2Fupload-finishing-expert-3.jpg?alt=media)

### 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/enterprise-jp/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.
