UnityMol  0.9.6-875
UnityMol viewer / In developement
UnityStandardAssets.ImageEffects.PostEffectsHelper Class Reference
+ Inheritance diagram for UnityStandardAssets.ImageEffects.PostEffectsHelper:
+ Collaboration diagram for UnityStandardAssets.ImageEffects.PostEffectsHelper:

Private Member Functions

void OnRenderImage (RenderTexture source, RenderTexture destination)
 

Static Private Member Functions

static void DrawLowLevelPlaneAlignedWithCamera (float dist, RenderTexture source, RenderTexture dest, Material material, Camera cameraForProjectionMatrix)
 
static void DrawBorder (RenderTexture dest, Material material)
 
static void DrawLowLevelQuad (float x1, float x2, float y1, float y2, RenderTexture source, RenderTexture dest, Material material)
 

Detailed Description

Definition at line 8 of file PostEffectsHelper.cs.

Member Function Documentation

static void UnityStandardAssets.ImageEffects.PostEffectsHelper.DrawBorder ( RenderTexture  dest,
Material  material 
)
staticprivate

Definition at line 73 of file PostEffectsHelper.cs.

static void UnityStandardAssets.ImageEffects.PostEffectsHelper.DrawLowLevelPlaneAlignedWithCamera ( float  dist,
RenderTexture  source,
RenderTexture  dest,
Material  material,
Camera  cameraForProjectionMatrix 
)
staticprivate

Definition at line 15 of file PostEffectsHelper.cs.

static void UnityStandardAssets.ImageEffects.PostEffectsHelper.DrawLowLevelQuad ( float  x1,
float  x2,
float  y1,
float  y2,
RenderTexture  source,
RenderTexture  dest,
Material  material 
)
staticprivate

Definition at line 153 of file PostEffectsHelper.cs.

void UnityStandardAssets.ImageEffects.PostEffectsHelper.OnRenderImage ( RenderTexture  source,
RenderTexture  destination 
)
private

Definition at line 10 of file PostEffectsHelper.cs.


The documentation for this class was generated from the following file: