C# Class Examples.Tutorial.SimpleFBO

Inheritance: OpenTK.GameWindow
Afficher le fichier Open project: tpb3d/TPB3D Class Usage Examples

Méthodes publiques

Méthode Description
GetRandom ( ) : float

Returns a random Float in the range [-0.5*scale..+0.5*scale]

GetRandom0to1 ( ) : float

Returns a random Float in the range [0..1]

SimpleFBO ( ) : System

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void
OnRenderFrame ( FrameEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnUnload ( EventArgs e ) : void
OnUpdateFrame ( FrameEventArgs e ) : void

Private Methods

Méthode Description
Main ( ) : void

Method Details

GetRandom() public méthode

Returns a random Float in the range [-0.5*scale..+0.5*scale]
public GetRandom ( ) : float
Résultat float

GetRandom0to1() public méthode

Returns a random Float in the range [0..1]
public GetRandom0to1 ( ) : float
Résultat float

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnRenderFrame() protected méthode

protected OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnUnload() protected méthode

protected OnUnload ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnUpdateFrame() protected méthode

protected OnUpdateFrame ( FrameEventArgs e ) : void
e FrameEventArgs
Résultat void

SimpleFBO() public méthode

public SimpleFBO ( ) : System
Résultat System