C# Class Protogame.FirstPersonCamera

The default implementation for IFirstPersonCamera.
Inheritance: IFirstPersonCamera
Afficher le fichier Open project: RedpointGames/Protogame

Méthodes publiques

Méthode Description
Apply ( IRenderContext renderContext, Microsoft.Xna.Framework.Vector3 position, Microsoft.Xna.Framework.Vector3 lookAt, Microsoft.Xna.Framework.Vector3 up, float fieldOfView, float nearPlaneDistance, float farPlaneDistance ) : void

Method Details

Apply() public méthode

public Apply ( IRenderContext renderContext, Microsoft.Xna.Framework.Vector3 position, Microsoft.Xna.Framework.Vector3 lookAt, Microsoft.Xna.Framework.Vector3 up, float fieldOfView, float nearPlaneDistance, float farPlaneDistance ) : void
renderContext IRenderContext
position Microsoft.Xna.Framework.Vector3
lookAt Microsoft.Xna.Framework.Vector3
up Microsoft.Xna.Framework.Vector3
fieldOfView float
nearPlaneDistance float
farPlaneDistance float
Résultat void