> 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-furniture/modify-furniture-finishing/effector.md).

# Effector

## Effectorとは？

**Effector**は、アーキスケッチで提供する **家具の材質編集機能**で、家具の表面材質を実物に近く表現できるよう、さまざまな属性（粗さ、金属感、透明度など）を調整できるツールです。

### Effectorへのアクセス方法

Effectorは次の2つの経路で利用できます。

1. **エディター** → **材質を編集する**
2. **ダッシュボード** → **3Dモデリングを確認する**

{% hint style="info" %}
どちらの経路でも同じEffector機能を提供しますが、 **材質の保存方式**に違いがあります。

* **エディター**では、該当プロジェクト内でのみ適用される **一時保存**が可能です。
* **ダッシュボード**では、製品そのものの材質を修正して **永続保存**が可能です。
  {% endhint %}

### Effectorを活用したリアルな材質表現

#### 主な属性

**粗さ（Roughness）**

* **1**に近いほど表面が粗くなる
* **0**に近いほど滑らかな表面表現

**金属感（Metalness）**

* **1**に近いほど金属感が強い（反射率が増加）
* **0**であるほど金属感が弱い（非金属素材）

**透明度（Opacity）**

* **1**に近いほど不透明
* **0**に近いほど透明（例：ガラス）

### 代表的な材質値の例

| **材質の種類**    | **粗さ** | **金属感** | **透明度** |
| ------------ | ------ | ------- | ------- |
| 木材           | 0.8    | 0       | -       |
| カーテン         | 0.98   | 0       | 0.2     |
| プラスチック（光沢あり） | 0.3    | 0       | -       |
| プラスチック（光沢なし） | 0.9    | 0       | -       |
| 鏡            | 0      | 1       | -       |
| ガラス          | 0      | 1       | 0.2     |
| 木材（光沢あり）     | 0.3    | 0       | -       |
| ファブリック       | 0.9    | 0       | -       |

### さらにリアルな材質表現を求めるなら？

ノーマル（Normal）属性を活用してみてください！

**ノーマルマップ（Normal Map）とは？**

ノーマルマップは表面の細かな凹凸を表現する機能で、 **テクスチャに奥行きを加えて、より現実的な材質を実現**できます。

**ノーマルマップ適用の効果**

* 表面に微細なディテールを追加（例：木目、布の質感など）
* 実際のモデリングを追加しなくても陰影と立体感を表現
* 粗さ、金属感などと組み合わせて、より生き生きとした表現が可能

{% hint style="info" %}
ノーマルマップに使用する画像はご自身でご用意ください。
{% endhint %}


---

# 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-furniture/modify-furniture-finishing/effector.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.
