본문 바로가기
개발/Unity

유니티 - 씬에서 메시의 와이어 프레임이 보이도록 설정하기 (How to See Mesh Wireframe in Scene)

by 피로물든딸기 2022. 10. 26.
반응형

Unity 전체 링크

 

오브젝트의 Mesh가 어떻게 구성되었는가 확인하려면 Wireframe을 보도록 설정하는 것이 좋다.

 

먼저 아래와 같이 쿼드를 만들어보자.

 

확인을 하기 쉽게 좌표 모양의 버튼을 눌러서 Grid OFF하자.

 

Shading Mode에는 Shaded, Wireframe, Shaded Wireframe 모드가 있다.

기본 설정은 Shaded 모드다.

 

Wireframe 모드로 바꾸면 와이어만 보이게 된다.

 

와이어프레임 모드가 불편하다면 Shaded Wireframe 모드로 셰이딩과 와이어프레임을 모두 볼 수 있다.

 

이 모드에서 Plane을 추가해서 Quad와 비교해보자.

쿼드와 달리 플레인은 200개의 삼각형 메쉬로 나누어져 있는 것을 알 수 있다.

 

Unity Plus:

 

Easy 2D, 3D, VR, & AR software for cross-platform development of games and mobile apps. - Unity Store

Have a 2D, 3D, VR, or AR project that needs cross-platform functionality? We can help. Take a look at the easy-to-use Unity Plus real-time dev platform!

store.unity.com

 

Unity Pro:

 

Unity Pro

The complete solutions for professionals to create and operate.

unity.com

 

Unity 프리미엄 학습:

 

Unity Learn

Advance your Unity skills with live sessions and over 750 hours of on-demand learning content designed for creators at every skill level.

unity.com

반응형

댓글