![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Member Functions | |
override bool | CheckResources () |
![]() | |
bool | Dx11Support () |
Public Attributes | |
float | intensity = 0.5f |
float | threshold = 0.0f |
float | blurSpread = 1.0f |
Shader | separableBlurShader = null |
Shader | contrastCompositeShader = null |
Private Member Functions | |
void | OnRenderImage (RenderTexture source, RenderTexture destination) |
Private Attributes | |
Material | separableBlurMaterial |
Material | contrastCompositeMaterial |
Additional Inherited Members | |
![]() | |
Material | CheckShaderAndCreateMaterial (Shader s, Material m2Create) |
Material | CreateMaterial (Shader s, Material m2Create) |
bool | CheckSupport () |
void | Start () |
bool | CheckSupport (bool needDepth) |
bool | CheckSupport (bool needDepth, bool needHdr) |
void | ReportAutoDisable () |
void | NotSupported () |
void | DrawBorder (RenderTexture dest, Material material) |
![]() | |
bool | supportHDRTextures = true |
bool | supportDX11 = false |
bool | isSupported = true |
Definition at line 9 of file ContrastEnhance.cs.
|
virtual |
Reimplemented from UnityStandardAssets.ImageEffects.PostEffectsBase.
Definition at line 26 of file ContrastEnhance.cs.
|
private |
Definition at line 38 of file ContrastEnhance.cs.
float UnityStandardAssets.ImageEffects.ContrastEnhance.blurSpread = 1.0f |
Definition at line 20 of file ContrastEnhance.cs.
|
private |
Definition at line 17 of file ContrastEnhance.cs.
Shader UnityStandardAssets.ImageEffects.ContrastEnhance.contrastCompositeShader = null |
Definition at line 23 of file ContrastEnhance.cs.
float UnityStandardAssets.ImageEffects.ContrastEnhance.intensity = 0.5f |
Definition at line 12 of file ContrastEnhance.cs.
|
private |
Definition at line 16 of file ContrastEnhance.cs.
Shader UnityStandardAssets.ImageEffects.ContrastEnhance.separableBlurShader = null |
Definition at line 22 of file ContrastEnhance.cs.
float UnityStandardAssets.ImageEffects.ContrastEnhance.threshold = 0.0f |
Definition at line 14 of file ContrastEnhance.cs.