C# Class Fusion.Engine.Graphics.Sky

Inheritance: Fusion.Engine.Common.GameModule
ファイルを表示 Open project: demiurghg/FusionEngine Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void

Sky ( Game game ) : System

Constructor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ApplyColorSpace ( SkyFlags &flags, SkySettings settings ) : void

Selects colorspace in ubershader.

EnumFunc ( PipelineState ps, SkyFlags flags ) : void

LoadContent ( ) : void

Render ( Camera camera, StereoEye stereoEye, HdrFrame frame, SkySettings settings ) : void

Renders sky with specified technique

RenderFogTable ( SkySettings settings ) : void

Renders fog look-up table

Method Details

Dispose() protected method

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

Initialize() public method

public Initialize ( ) : void
return void

Sky() public method

Constructor
public Sky ( Game game ) : System
game Game
return System