# 클리핑

특정 애니메이션에서 어떤 모델은 다른 모델을 침범하여 전체적인 모습을 부자연스럽게 만드는 효과를 만들기도 합니다. 이런 경우 겹치는 부분의 컬러와 텍스쳐를 비슷하게 맞추어 클리핑 효과를 줄일 수 있습니다. 아래 예시를 통해 알아보겠습니다.\
![](https://lh3.googleusercontent.com/3d_Y1nB2RQVxFSQWm9T_vWo7aza4WULeKItqvsRttdZUWlxWpUWNoC26nwnDjWvT-EWoq7tjTm9HjlMrTafbkPwUMKF70RRjt1n8p6pttajEwtV7SFNuutk2NkjEZAFRo73rhuHe)![](https://lh3.googleusercontent.com/SifuzEXyfg1wpqcFXdu3pRbnhOKhZ4_-3HHrpH6BJ8AQ_GQFBg8uUVIjiFldalFCWRZoGqW0JV6M9nmWs2NYnAvqPj5z4fw-NKKwovDwRMzQkXCmsV6Rm7HRxodoRwmVJASqcx9f)

왼쪽을 보면, 캐릭터 골반 부분의 검정색 바지가 걸을 때마다 위의 붉은색 후드 부분을 침범하여 전체적으로 어색하고 자연스럽지 않은 모습입니다. 오른쪽에서는 허벅지와 골반 모델의 텍스쳐를 맞추어 해당 효과를 줄임으로써 자연스러워진 것을 확인할 수 있습니다.


---

# 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://docs.sandbox.game/the-voxedit-acadmy_kr/templates/clipping.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.
