Method | Description | |
---|---|---|
GetBack ( this camera ) : vec3 |
Get back vector in world space.
|
|
GetDown ( this camera ) : vec3 |
Gets standard down.
|
|
GetFront ( this camera ) : vec3 |
Get front vector in world space.
|
|
GetLeft ( this camera ) : vec3 |
Get left vector in world space.
|
|
GetRight ( this camera ) : vec3 |
Get right vector in world space.
|
|
GetUp ( this camera ) : vec3 |
Gets standard up.
|
|
MouseWheel ( this camera, int delta ) : void |
对摄像机执行一次缩放操作
|
|
ZoomCamera ( this camera, IBoundingBox boundingBox ) : void |
Zoom camera to fit in specified boundingBox.
|
public static GetFront ( this camera ) : vec3 | ||
camera | this | |
return | vec3 |
public static GetRight ( this camera ) : vec3 | ||
camera | this | |
return | vec3 |
public static MouseWheel ( this camera, int delta ) : void | ||
camera | this | |
delta | int | |
return | void |
public static ZoomCamera ( this camera, IBoundingBox boundingBox ) : void | ||
camera | this | |
boundingBox | IBoundingBox | |
return | void |