안기훈_자료_보존용_계정 MYPI

안기훈_자료_보존용_계정
접속 : 2875   Lv. 49

Category

Profile

Counter

  • 오늘 : 131 명
  • 전체 : 243612 명
  • Mypi Ver. 0.3.1 β
[Unreal 게시판] camera의 상하 각도에 75도 정도를 기울여 주려면 (0) 2013/08/18 PM 06:09
Question>

아래 source code에서
camera의 상하 각도에 75도 정도를 기울여 주려면?

function UpdateViewTarget( out TViewTarget OutVT, float DeltaTime )
{
//..중략..

OutVT.POV.Location = OutVT.Target.Location + CameraProperties.CameraOffset;
OutVT.POV.Rotation = Rotator(OutVT.Target.Location - OutVT.POV.Location);
}

-------------------------------------------------------------

Answer>

75도(75 degree)를 unreal angle로 변환하는 방법은 DegToUnrRot를 곱하는 겁니다.

OutVT.POV.rotation.pitch += 75.0f * DegToUnrRot;

위 부분을 UpdateViewTarget()의 제일 뒤에 넣으세요~ ^^







Tag:
안기훈, Kee Hoon Ahn, 언리얼, Unreal, UDK, iPhone, iPad, app, 앱, iOS

신고

 
X