h3d.shader.DirShadow
h3d.shader.DirShadow
Inherits from: hxsl.Shader
Fields
| Name | Type | |
|---|---|---|
enable__ | Bool | |
shadowMap__ | h3d.mat.Texture | |
shadowMapChannel__ | hxsl.Channel | |
shadowProj__ | h3d.Matrix | |
shadowPower__ | F64 | |
shadowBias__ | F64 | |
| static | SRC | String |
| static | _SHADER | hxsl.SharedShader |
Protos
f@30850updateConstants(h3d.shader.DirShadow, hxsl.Globals) → Voidf@30851getParamValue(h3d.shader.DirShadow, I32) → Dynf@30852getParamFloatValue(h3d.shader.DirShadow, I32) → F64
Bindings
- static
f@30853__constructor__(h3d.shader.DirShadow) → Void