C# Class Indiefreaks.Xna.Rendering.PostProcess.BloomPostProcessor

Inheritance: BaseRenderTargetPostProcessor
Afficher le fichier Open project: Indiefreaks/igf

Private Properties

Свойство Type Description
ComputeKernel void
ComputeOffsets void

Méthodes publiques

Méthode Description
ApplyPreferences ( ISystemPreferences preferences ) : void

Use to apply user quality and performance preferences to the resources managed by this object.

BloomPostProcessor ( ) : System
EndFrameRendering ( ) : void

Private Methods

Méthode Description
ComputeKernel ( int blurRadius, float blurAmount ) : void

Computes the kernel for the Gaussian blur effect.

ComputeOffsets ( float textureWidth, float textureHeight ) : void

Computes the sample offsets for the Gaussian blur effect.

Method Details

ApplyPreferences() public méthode

Use to apply user quality and performance preferences to the resources managed by this object.
public ApplyPreferences ( ISystemPreferences preferences ) : void
preferences ISystemPreferences
Résultat void

BloomPostProcessor() public méthode

public BloomPostProcessor ( ) : System
Résultat System

EndFrameRendering() public méthode

public EndFrameRendering ( ) : void
Résultat void