Property | Type | Description | |
---|---|---|---|
Projection | Matrix | ||
View | Matrix |
Method | Description | |
---|---|---|
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 |
public MoveRelative ( Vector3 movement ) : void | ||
movement | Vector3 | |
return | void |
public Rotate ( Vector3 axis, float angle ) : void | ||
axis | Vector3 | |
angle | float | |
return | void |