[언리얼] 학원 33일차: 2D게임 카메라, 타일맵
·
언리얼/Assortrack UE5
이전 글 보기 https://mountain-noroo.tistory.com/89 [언리얼] 학원 32일차: 2D게임 이전 글 보기 https://mountain-noroo.tistory.com/87 [언리얼] 학원 30일차: 피지컬 머티리얼, 레벨 스트리밍 이전 글 보기 https://mountain-noroo.tistory.com/85 [언리얼] 학원 29일차: 머티리얼 파라미터 콜렉션, 폴 mountain-noroo.tistory.com 오소그래픽 카메라 투영 모드를 오소그래픽(직교)로 변경한다. 원근감이 없는 투영 모드로 2D 느낌이 나게 한다. 카메라 시점 이동 if (IsValid(CamActor)) { pController->SetViewTargetWithBlend(CamActor, 5.f)..