C# 클래스 Indiefreaks.Xna.Rendering.PostProcess.BloomPostProcessor

상속: BaseRenderTargetPostProcessor
파일 보기 프로젝트 열기: Indiefreaks/igf

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