Jump to content

Shadow Generations Shaders - Common dpn: Difference between revisions

From HedgeDocs
Justin113D (talk | contribs)
m Removed unnecessary newline
Justin113D (talk | contribs)
m Resized textures table
Line 23: Line 23:
== Textures ==
== Textures ==


=== diffuse ===
{| class="wikitable" width="100%"
 
|+
A standard [[Hedgehog Engine 2 - Textures#Albedo|albedo]] texture.
! width=10% |Name
! width=1% |Index
!Info
|-
|<b>diffuse</b>
|0
|A standard [[Hedgehog Engine 2 - Textures#Albedo|albedo]] texture.


Uses alpha channel for transparency.
Uses alpha channel for transparency.


Uses the 1st UV channel.
Uses the 1st UV channel.
 
|-
=== specular ===
|specular
 
|0
A standard [[Hedgehog Engine 2 - Textures#PRM|PRM]] texture.
|A standard [[Hedgehog Engine 2 - Textures#PRM|PRM]] texture.


Uses the 1st UV channel.
Uses the 1st UV channel.
 
|-
=== normal ===
|normal
 
|0
A standard [[Hedgehog Engine 2 - Textures#Normal map|normal map]] texture.
|A standard [[Hedgehog Engine 2 - Textures#Normal map|normal map]] texture.


Attempts to use the 3rd UV channel.
Attempts to use the 3rd UV channel.
|}


== Parameters ==
== Parameters ==

Revision as of 17:49, 12 July 2025


The standard PBR shader with no special logic.

Related shaders

Behavior

Textures

Name Index Info
diffuse 0 A standard albedo texture.

Uses alpha channel for transparency.

Uses the 1st UV channel.

specular 0 A standard PRM texture.

Uses the 1st UV channel.

normal 0 A standard normal map texture.

Attempts to use the 3rd UV channel.

Parameters

This shader does not use any parameters

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
u_model_user_flag_0
Cookies help us deliver our services. By using our services, you agree to our use of cookies.