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

# 마감재 업로드

기본 제공되는 마감재 외에 직접 보유한 마감재 이미지를 업로드해 프로젝트에 사용할 수 있어요.

## 1단계. 파일 올리기

**경로:** 대시보드 > 기업 라이브러리 > 제품 > 마감재 > 업로드

1. **'업로드' 버튼**을 클릭합니다.

![](/files/ODJ1BU0igKFceNJcRXQF)

2. 준비한 마감재 **이미지 파일 1장**을 업로드하세요.

   * '화면 클릭' 또는 '드래그 앤 드롭' 지원
   * **지원 형식:** JPG, PNG
   * **용량 제한:** 5MB 이하

   <div data-with-frame="true"><figure><img src="/files/c988WorhB3HmZDzuQ6qR" alt=""><figcaption></figcaption></figure></div>

## 단일 이미지 업로드 vs PBR 텍스처 업로드

<table><thead><tr><th width="127.29296875">항목</th><th width="280.7109375">일반 업로드</th><th>전문가용 업로드</th></tr></thead><tbody><tr><td>업로드 맵 수</td><td>1개 (BaseColor)</td><td>최대 5개 (Albedo, Normal, Roughness, Metalness, Height)</td></tr><tr><td>자동 보정 기능</td><td>제공 (Roughness, Normal 자동 생성)</td><td>미제공 – 사용자가 직접 업로드</td></tr><tr><td>결과물 품질</td><td>기본 수준</td><td>고품질 PBR 렌더링 가능</td></tr><tr><td>권장 대상</td><td>일반 사용자</td><td>3D 전문가 및 디자이너</td></tr></tbody></table>

## 2단계. 속성값 설정하기

이미지를 업로드하면 속성 설정 화면으로 이동합니다.

### 제품 정보 - 마감재

{% tabs %}
{% tab title="단일 이미지 업로드" %}

<figure><img src="/files/G5O5ROlncbBh9PU9HS6e" alt=""><figcaption></figcaption></figure>

**범프**

* 표면의 **요철 정도**를 설정합니다.
  * `1` = 평평함
  * `10` = 표면이 **더 울퉁불퉁하고 거칠게** 표현됨

**광택**

* 표면의 **광택 정도**를 설정합니다.
  * `1` = 광택 없음
  * `10` = 매우 반질반질함
    {% endtab %}

{% tab title="PBR 텍스처 업로드" %}

<figure><img src="/files/PcnuaweBjGlCgSQDhoRg" alt=""><figcaption></figcaption></figure>

* **가장 먼저 올린 이미지는 Albedo(BaseColor)** 맵으로 업로드 됩니다.
* **지원 파일 형식**: `.jpg`, `.png`
* **파일 용량 제한**: **5MB 미만**
* **파일명 규칙**: 각 맵의 용도를 명확히 하기 위해 예: `materialname_albedo.png` 형식 사용을 권장합니다.

### Albedo (BaseColor)

* **역할**: 표면의 기본 색상을 표현합니다.
* **특징**: 조명, 그림자 정보가 포함되지 않은 순수 색상 정보

### Normal

* **역할**: 빛의 반사 방향을 제어하여 디테일한 표면 질감을 표현
* **특징**: RGB 채널을 사용하는 파란/보라 계열의 맵

### Roughness

* **역할**: 표면의 거칠기 및 반사율을 제어
* **특징**: 흰색(거칠음) \~ 검정(매끄러움) 사이의 Grayscale 맵

### Metalness

* **역할**: 금속 여부를 제어
* **특징**: 보통 0 또는 1로 표현되는 흑백맵

### Height

* **역할**: 표면의 높낮이 정보를 표현하여 입체감을 강조
* **특징**: Grayscale 맵 (Normal 맵과 함께 사용할 경우 더욱 사실적인 효과)

{% hint style="warning" %}
모든 맵은 **타일링(Seamless Texture)** 이 필수적으로 적용되어야 합니다.
{% endhint %}

### **맵 제작 및 추출 방법**

#### 권장 툴

* Adobe Substance Painter
* Adobe Substance Designer

#### 제작 시 유의사항

* 모든 맵은 타일링 표현이 적용되어야 하며, 비타일 맵은 예상치 못한 렌더링 결과를 유발할 수 있습니다.
  {% endtab %}
  {% endtabs %}

### **제품 정보 - 기본 정보**

<div data-with-frame="true"><figure><img src="/files/wETNeTiriv3wLdUQDtik" alt=""><figcaption></figcaption></figure></div>

**이름**

* 에디터에 노출될 제품명을 입력하세요.

**3D 체적**

* 이미지 크기를 입력해 주세요.
* 설정한 크기 그대로 에디터에 적용됩니다.

### **판매 정보**

<div data-with-frame="true"><figure><img src="/files/QL1c4hmj2rVR1i1mZecO" alt=""><figcaption></figcaption></figure></div>

필요하면 상업 정보까지 함께 입력해요. 판매가, 판매 단위, 적용(시공) 면적 등을 넣으면 견적·산출에 바로 활용할 수 있어요.

{% hint style="info" %}
꿀팁 — 판매가·단위·적용 면적을 처음 업로드할 때 정확히 넣어 두면, 나중에 견적서에서 면적당 금액이 자동으로 계산돼 업무가 줄어들어요.
{% endhint %}

그 외 필요 정보들이 모두 기재되었으면 **업로드** 버튼을 눌러주세요.

제출 완료된 항목은 `마감재 > 미분류 제품들`로 저장됩니다.

## 3단계. 카테고리 이동하기

'미분류 제품들'에 있는 항목은 **에디터에 노출되지 않습니다.**

카테고리를 반드시 설정해 주세요. **카테고리 설정 방법은 가구 제품과 동일**합니다.


---

# 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/manage-finishing/upload-finishing.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.
