C# 클래스 PSSMDemo.BasicCamera

파일 보기 프로젝트 열기: willcraftia/TestXna 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Projection Matrix
View Matrix

공개 메소드들

메소드 설명
BasicCamera ( ) : System
LookAt ( Vector3 target ) : void
Move ( Vector3 movement ) : void
MoveRelative ( Vector3 movement ) : void
Pitch ( float angle ) : void
Roll ( float angle ) : void
Rotate ( Vector3 axis, float angle ) : void
Update ( ) : void
UpdateProjection ( ) : void
UpdateView ( ) : void
Yaw ( float angle ) : void

메소드 상세

BasicCamera() 공개 메소드

public BasicCamera ( ) : System
리턴 System

LookAt() 공개 메소드

public LookAt ( Vector3 target ) : void
target Vector3
리턴 void

Move() 공개 메소드

public Move ( Vector3 movement ) : void
movement Vector3
리턴 void

MoveRelative() 공개 메소드

public MoveRelative ( Vector3 movement ) : void
movement Vector3
리턴 void

Pitch() 공개 메소드

public Pitch ( float angle ) : void
angle float
리턴 void

Roll() 공개 메소드

public Roll ( float angle ) : void
angle float
리턴 void

Rotate() 공개 메소드

public Rotate ( Vector3 axis, float angle ) : void
axis Vector3
angle float
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateProjection() 공개 메소드

public UpdateProjection ( ) : void
리턴 void

UpdateView() 공개 메소드

public UpdateView ( ) : void
리턴 void

Yaw() 공개 메소드

public Yaw ( float angle ) : void
angle float
리턴 void

프로퍼티 상세

Projection 공개적으로 프로퍼티

射影行列。
public Matrix Projection
리턴 Matrix

View 공개적으로 프로퍼티

ビュー行列。
public Matrix View
리턴 Matrix