# 비주얼 코어

Visual Core는 챗봇과 준사회적 인터랙티브 인터페이스를 구분 짓는 요소입니다.&#x20;

다른 챗봇과 달리, VIRTUAL Agent는 애니메이션과 얼굴 표정이 포함된 리깅된 3D 캐릭터를 제공합니다. VIRTUAL은 MMD 파일 형식을 지원하는 3D 편집기를 사용해 구축할 수 있습니다. 이 출력물을 통해 dApp은 ThreeJS MMD loader와 같은 프런트엔드 프레임워크를 활용하여 3D 캐릭터를 표시할 수 있습니다. 또한 팀에서 제공하는 SDK를 사용하면 사용자가 단 한 줄의 코드로 3D 캐릭터를 표시할 수 있습니다.&#x20;

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

1. 3D 캐릭터를 유지·관리하고 제작하는 것은 특히 완전히 리깅되고 애니메이션이 적용된 모델을 제작할 때 어려우며 시간이 많이 소요되는 과정입니다.
2. 3D 캐릭터를 호스팅하고 애니메이션을 적용하려면 기술적 역량과 예술적 전문성이 모두 필요합니다. 이 과정에는 세부적인 애니메이션과 모델을 제작하고 관리하며, 3D 환경에서 캐릭터를 배치하고, 사실적인 움직임과 상호작용을 구현하는 것이 포함됩니다. 이를 위해서는 고급 애니메이션 소프트웨어에 대한 숙련도가 필요하며, 현실적이고 매력적인 결과를 얻기 위해 여러 전문가의 협업이 필요한 경우가 많습니다.


---

# Agent Instructions: 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:

```
GET https://whitepaper.virtuals.io/virtuals-protocol-whitepaper-ko/virtuals-1/the-protocol/co-contribution-and-provenance/modular-consensus-framework/decentralized-contribution/visual-core.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
