Property | Type | Description | |
---|---|---|---|
Radius | float |
Method | Description | |
---|---|---|
CameraOrbit ( float fov ) : AcTools.Render.Base.Utils | ||
Clone ( ) : |
||
LookAt ( Vector3 pos, Vector3 target, Vector3 up ) : void | ||
Pitch ( float angle ) : void | ||
Restore ( ) : void | ||
Save ( ) : void | ||
Strafe ( float d ) : void | ||
UpdateViewMatrix ( ) : void | ||
Walk ( float d ) : void | ||
Yaw ( float angle ) : void | ||
Zoom ( float dr ) : void |
public CameraOrbit ( float fov ) : AcTools.Render.Base.Utils | ||
fov | float | |
return | AcTools.Render.Base.Utils |
public LookAt ( Vector3 pos, Vector3 target, Vector3 up ) : void | ||
pos | Vector3 | |
target | Vector3 | |
up | Vector3 | |
return | void |