C# Класс Indiefreaks.Xna.Rendering.PostProcess.BloomPostProcessor

Наследование: BaseRenderTargetPostProcessor
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ComputeKernel void
ComputeOffsets void

Открытые методы

Метод Описание
ApplyPreferences ( ISystemPreferences preferences ) : void

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

BloomPostProcessor ( ) : System
EndFrameRendering ( ) : void

Приватные методы

Метод Описание
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.

Описание методов

ApplyPreferences() публичный Метод

Use to apply user quality and performance preferences to the resources managed by this object.
public ApplyPreferences ( ISystemPreferences preferences ) : void
preferences ISystemPreferences
Результат void

BloomPostProcessor() публичный Метод

public BloomPostProcessor ( ) : System
Результат System

EndFrameRendering() публичный Метод

public EndFrameRendering ( ) : void
Результат void