shader.PostProcessing
shader.PostProcessing
Inherits from: h3d.shader.ScreenShader
Fields
| Name | Type | |
|---|---|---|
enableChromaticAberration__ | Bool | |
enableDesaturation__ | Bool | |
enableDecal__ | Bool | |
enableGlitch__ | Bool | |
enableVhs__ | Bool | |
enableCropping__ | Bool | |
enableFlipX__ | Bool | |
enableFlipY__ | Bool | |
enableVignette__ | Bool | |
time__ | F64 | |
texture__ | h3d.mat.Texture | |
inputScale__ | h3d.Vector | |
caRdir__ | h3d.Vector | |
caGdir__ | h3d.Vector | |
caBdir__ | h3d.Vector | |
caAmount__ | F64 | |
desatKeepColor__ | h3d.Vector | |
desatAmount__ | F64 | |
decalA__ | h3d.Vector | |
decalB__ | h3d.Vector | |
decalC__ | h3d.Vector | |
decalD__ | h3d.Vector | |
decalAmount__ | F64 | |
decalAlpha__ | F64 | |
maxUV__ | h3d.Vector | |
glitchAmount__ | F64 | |
glitchTexture__ | h3d.mat.Texture | |
glitchScale__ | h3d.Vector | |
noiseTexture__ | h3d.mat.Texture | |
hShiftScale__ | F64 | |
vShiftScale__ | F64 | |
croppingStep__ | F64 | |
croppingRatio__ | F64 | |
croppingWidthFactor__ | F64 | |
croppingHeightFactor__ | F64 | |
vignetteAmount__ | F64 | |
vignetteDeadArea__ | F64 | |
vignetteMaxArea__ | F64 | |
vignetteTexture__ | h3d.mat.Texture | |
vignetteColor__ | h3d.Vector | |
vignetteIsAnimated__ | F64 | |
| static | SRC | String |
| static | _SHADER | hxsl.SharedShader |
Protos
f@33795updateConstants(shader.PostProcessing, hxsl.Globals) → Voidf@33796getParamValue(shader.PostProcessing, I32) → Dynf@33797getParamFloatValue(shader.PostProcessing, I32) → F64
Bindings
- static
f@33798__constructor__(shader.PostProcessing) → Void