C# Class Fusion.Engine.Graphics.Sky

Inheritance: Fusion.Engine.Common.GameModule
Afficher le fichier Open project: demiurghg/FusionEngine Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( ) : void

Sky ( Game game ) : System

Constructor

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Sky() public méthode

Constructor
public Sky ( Game game ) : System
game Game
Résultat System