Property | Type | Description | |
---|---|---|---|
boundingfrustum | BoundingFrustum | ||
fov | float | ||
pauseBoundingFrustumUpdates | bool | ||
position | Vector3 | ||
view | Matrix |
Method | Description | |
---|---|---|
Camera ( ) : System | ||
CreateCameraMatrix ( Vector3 &rotation, Matrix &matrix ) : void | ||
CreateCameraMatrix ( Vector3 &rotation, Vector3 &position, Matrix &matrix ) : void | ||
CullTest ( Microsoft.Xna.Framework.BoundingBox &aabb ) : bool | ||
Project ( Vector3 source ) : Vector3 | ||
Update ( double elapsed ) : void |
Method | Description | |
---|---|---|
WithinEpsilon ( float a, float b ) : bool |
public static CreateCameraMatrix ( Vector3 &rotation, Matrix &matrix ) : void | ||
rotation | Vector3 | |
matrix | Matrix | |
return | void |
public static CreateCameraMatrix ( Vector3 &rotation, Vector3 &position, Matrix &matrix ) : void | ||
rotation | Vector3 | |
position | Vector3 | |
matrix | Matrix | |
return | void |
public CullTest ( Microsoft.Xna.Framework.BoundingBox &aabb ) : bool | ||
aabb | Microsoft.Xna.Framework.BoundingBox | |
return | bool |