C# Class Fusion.Engine.Graphics.SceneRenderer

Inheritance: Fusion.Engine.Common.GameModule
Mostra file Open project: demiurghg/FusionEngine Class Usage Examples

Private Properties

Property Type Description
ApplyFlags SurfaceFlags
Enum void
LoadContent void
RenderGBuffer void
RenderShadowMapCascade void

Public Methods

Method Description
Initialize ( ) : void

SceneRenderer ( Game Game, RenderSystem rs ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ApplyFlags ( MaterialInstance material, MeshInstance instance, SurfaceFlags flags ) : SurfaceFlags

Enum ( PipelineState ps, SurfaceFlags flags ) : void

LoadContent ( ) : void

RenderGBuffer ( StereoEye stereoEye, Camera camera, HdrFrame frame, RenderWorld viewLayer ) : void

RenderShadowMapCascade ( ShadowContext shadowRenderCtxt, IEnumerable instances ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Initialize() public method

public Initialize ( ) : void
return void

SceneRenderer() public method

public SceneRenderer ( Game Game, RenderSystem rs ) : System
Game Game
rs RenderSystem
return System