C# Class Axiom.Demos.RenderToTexture

Summary description for RenderToTexture.
Inheritance: TechDemo
Datei anzeigen Open project: WolfgangSt/axiom

Public Methods

Method Description
CreateScene ( ) : void

Protected Methods

Method Description
OnFrameStarted ( object source, FrameEventArgs evt ) : void

Private Methods

Method Description
rttTex_AfterUpdate ( RenderTargetEventArgs e ) : void

Shows the render target plane again after the update.

rttTex_BeforeUpdate ( RenderTargetEventArgs e ) : void

Hides the render target plane prior to the update.

Method Details

CreateScene() public method

public CreateScene ( ) : void
return void

OnFrameStarted() protected method

protected OnFrameStarted ( object source, FrameEventArgs evt ) : void
source object
evt FrameEventArgs
return void