Shadow Generations Shaders - Common d: Difference between revisions
Appearance
Justin113D (talk | contribs) m Formatting |
Justin113D (talk | contribs) Updated texture table formatting |
||
Line 20: | Line 20: | ||
* Uses [[Hedgehog Engine 2 - Weather|weather effects]] | * Uses [[Hedgehog Engine 2 - Weather|weather effects]] | ||
* Uses the default shading model | * Uses the default shading model | ||
* Vertex colors, including alpha, get combined with the diffuse texture via multiplication. | * Vertex colors, including alpha, get combined with the diffuse texture via multiplication. | ||
** Unless they are used for vertex animation textures | |||
== Textures == | == Textures == | ||
Line 26: | Line 27: | ||
{| class="wikitable" width="100%" | {| class="wikitable" width="100%" | ||
|+ | |+ | ||
! width=10% |Name | !width=10%|Name | ||
! width=1% |Index | !width=1%|Index | ||
! | !width=1%|UV Index | ||
! Red | |||
! Green | |||
! Blue | |||
! Alpha | |||
|- | |- | ||
|<code>diffuse</code> | |<code>diffuse</code> | ||
|0 | |0 | ||
| | |0 | ||
|colspan="3"|[[Hedgehog Engine 2 - Textures#Albedo|Albedo]] color | |||
|Transparency | |||
|} | |} | ||
Revision as of 16:47, 7 August 2025
A standard PBR shader with no special logic.
Related shaders
Behavior
- Supports deferred rendering
- Supports compute instancing
- Supports transparency blending
- Supports transparency clipping
- Uses the PBR lighting model
- Uses weather effects
- Uses the default shading model
- Vertex colors, including alpha, get combined with the diffuse texture via multiplication.
- Unless they are used for vertex animation textures
Textures
Name | Index | UV Index | Red | Green | Blue | Alpha |
---|---|---|---|---|---|---|
diffuse
|
0 | 0 | Albedo color | Transparency |
Parameters
Name | X | Y | Z | W |
---|---|---|---|---|
PBRFactor
|
Specular factor | Smoothness factor | Metallic factor | N/A |
Technical
Uses the default vertex shader.
Shader Features |
---|
is_compute_instancing
|
is_use_tex_srt_anim
|
enable_deferred_rendering
|
enable_alpha_threshold
|
is_use_gi_prt
|
is_use_gi_sg
|
is_use_gi
|