> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/creator/content-creator-ko/sdk7/3d.md).

# 3D 콘텐츠 필수 요소

- [3D 모델 애니메이션](https://docs.decentraland.org/creator/content-creator-ko/sdk7/3d/3d-model-animations.md): 씬에서 3D 모델을 애니메이션하는 방법
- [카메라](https://docs.decentraland.org/creator/content-creator-ko/sdk7/3d/camera.md): 플레이어의 카메라를 제어하는 방법을 알아보세요
- [콜라이더](https://docs.decentraland.org/creator/content-creator-ko/sdk7/3d/colliders.md): 엔티티에 3D 형태와 충돌을 부여하는 다양한 컴포넌트에 대해 알아보세요.
- [색상 타입](https://docs.decentraland.org/creator/content-creator-ko/sdk7/3d/color-types.md): 색상 값을 정의하는 방법
- [엔터티 배치](https://docs.decentraland.org/creator/content-creator-ko/sdk7/3d/entity-positioning.md): 씬에서 엔터티의 위치, 회전 및 크기를 설정하는 방법
- [조명](https://docs.decentraland.org/creator/content-creator-ko/sdk7/3d/lights.md): 씬에서 조명을 사용하는 방법을 알아보세요
- [재질](https://docs.decentraland.org/creator/content-creator-ko/sdk7/3d/materials.md): 기본 도형이 있는 엔티티에 재질과 텍스처를 추가하는 방법을 알아보세요.
- [엔티티 이동](https://docs.decentraland.org/creator/content-creator-ko/sdk7/3d/move-entities.md): 증분 변경을 사용해 엔티티를 시간에 따라 점진적으로 이동, 회전, 크기 조절하는 방법입니다.
- [파티클 시스템](https://docs.decentraland.org/creator/content-creator-ko/sdk7/3d/particle-system.md): 불, 비, 불꽃, 마법 오라 같은 파티클 효과를 씬에 추가하세요
- [형태 컴포넌트](https://docs.decentraland.org/creator/content-creator-ko/sdk7/3d/shape-components.md): 엔티티에 3D 형태와 충돌을 부여하는 다양한 컴포넌트에 대해 알아보세요.
- [사운드](https://docs.decentraland.org/creator/content-creator-ko/sdk7/3d/sounds.md): 씬에 사운드를 추가하는 방법을 알아보세요.
- [특수 타입](https://docs.decentraland.org/creator/content-creator-ko/sdk7/3d/special-types.md): 벡터, 쿼터니언 등 어떤 특수 타입이 있는지 알아보세요.
- [텍스트](https://docs.decentraland.org/creator/content-creator-ko/sdk7/3d/text.md): 씬에 텍스트를 추가하는 방법
- [트리거 영역](https://docs.decentraland.org/creator/content-creator-ko/sdk7/3d/trigger-areas.md): 씬에서 트리거 영역을 사용하는 방법을 알아보세요


---

# 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.decentraland.org/creator/content-creator-ko/sdk7/3d.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.
