C# Class UnityStandardAssets.CinematicEffects.BloomGraphDrawer

Mostrar archivo Open project: 3dAnon/PoniGame Class Usage Examples

Public Methods

Method Description
DrawGraph ( ) : void
Prepare ( Bloom settings, bool isHdr ) : void

Private Methods

Method Description
DrawLine ( float x1, float y1, float x2, float y2, float grayscale ) : void
DrawRect ( float x1, float y1, float x2, float y2, float fill, float line ) : void
PointInRect ( float x, float y ) : Vector3
ResponseFunction ( float x ) : float

Method Details

DrawGraph() public method

public DrawGraph ( ) : void
return void

Prepare() public method

public Prepare ( Bloom settings, bool isHdr ) : void
settings Bloom
isHdr bool
return void