> For the complete documentation index, see [llms.txt](https://whitepaper.virtuals.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.virtuals.io/virtuals-protocol-whitepaper-ko/virtuals-1/the-protocol/ai-1/ai/ai-nft/3d-ai.md).

# 3D AI 에이전트를 위한 비주얼 코어

리깅된 캐릭터, 얼굴 애니메이션, MMD 모델, Three.js 렌더링을 갖춘 인터랙티브 3D AI 에이전트를 Virtuals Protocol 비주얼 코어가 어떻게 구동하는지 알아보세요.

Visual Core는 VIRTUAL 에이전트를 상호작용형 3D AI 캐릭터로 바꿉니다. 시각적 아이덴티티, 애니메이션, 얼굴 표정을 결합해 텍스트만 있는 챗봇보다 더 몰입감 있는 경험을 제공합니다.

각 VIRTUAL 에이전트는 애니메이션과 얼굴 표정을 갖춘 리깅된 3D 캐릭터를 사용할 수 있습니다. MMD 파일을 지원하는 3D 편집기로 캐릭터를 제작하세요. dApp은 Three.js MMD 로더와 같은 프런트엔드 프레임워크를 사용해 이러한 3D AI 아바타를 렌더링할 수 있습니다.

예정된 Virtuals SDK는 애플리케이션에서 3D 캐릭터 표시를 간소화할 것입니다.

### 3D AI 캐릭터 제작의 과제

1. **리깅된 3D 캐릭터 제작:** 완전히 리깅되고 애니메이션이 적용된 3D 캐릭터를 제작하고 유지하려면 상당한 시간과 전문 기술이 필요합니다.
2. **3D 애니메이션 및 호스팅:** 실감 나는 AI 아바타를 렌더링하려면 애니메이션 전문성, 3D 모델, 장면 배치, 그리고 안정적인 호스팅이 필요합니다. 팀은 현실적인 상호작용을 만들기 위해 기술 전문가와 예술 전문가를 함께 투입하는 경우가 많습니다.


---

# 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://whitepaper.virtuals.io/virtuals-protocol-whitepaper-ko/virtuals-1/the-protocol/ai-1/ai/ai-nft/3d-ai.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.
