UnityMol  0.9.6-875
UnityMol viewer / In developement
UnityStandardAssets.ImageEffects.ImageEffects Class Reference

Static Public Member Functions

static void RenderDistortion (Material material, RenderTexture source, RenderTexture destination, float angle, Vector2 center, Vector2 radius)
 
static void Blit (RenderTexture source, RenderTexture dest)
 
static void BlitWithMaterial (Material material, RenderTexture source, RenderTexture dest)
 

Detailed Description

A Utility class for performing various image based rendering tasks.

Definition at line 8 of file ImageEffects.cs.

Member Function Documentation

static void UnityStandardAssets.ImageEffects.ImageEffects.Blit ( RenderTexture  source,
RenderTexture  dest 
)
static

Definition at line 30 of file ImageEffects.cs.

static void UnityStandardAssets.ImageEffects.ImageEffects.BlitWithMaterial ( Material  material,
RenderTexture  source,
RenderTexture  dest 
)
static

Definition at line 37 of file ImageEffects.cs.

static void UnityStandardAssets.ImageEffects.ImageEffects.RenderDistortion ( Material  material,
RenderTexture  source,
RenderTexture  destination,
float  angle,
Vector2  center,
Vector2  radius 
)
static

Definition at line 10 of file ImageEffects.cs.

Referenced by UnityStandardAssets.ImageEffects.Vortex.OnRenderImage(), and UnityStandardAssets.ImageEffects.Twirl.OnRenderImage().

+ Here is the caller graph for this function:


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