Shader Features: Difference between revisions
Appearance
Justin113D (talk | contribs) Created page with "{{ | type = info | content = This page is incomplete! You can help by contributing }} Shader features were used in Hedgehog Engine 1 games to compile the same shader with certain features enabled, like bone influencing or application of vertex colors. {| class="wikitable" |+ !Feature !Name !Purpose |- |b |Bone deformation |Enables bone influence on vertices |- |c |Cubemap |Use cube mapping for reflection textures, instead of [https://learn.mi..." |
Justin113D (talk | contribs) Fixed todo notice |
||
Line 1: | Line 1: | ||
{{ | {{notice | ||
| type = info | | type = info | ||
| content = This page is incomplete! You can help by contributing | | content = This page is incomplete! You can help by contributing |
Latest revision as of 22:48, 11 July 2025
Info
This page is incomplete! You can help by contributing
Shader features were used in Hedgehog Engine 1 games to compile the same shader with certain features enabled, like bone influencing or application of vertex colors.
Feature | Name | Purpose |
---|---|---|
b | Bone deformation | Enables bone influence on vertices |
c | Cubemap | Use cube mapping for reflection textures, instead of spherical environment mapping |
E | [ UNKNOWN ] | |
l | [ UNKNOWN ] | |
s | [ UNKNOWN ] | |
u | UV animation | Enables texture coordinate animations |
v | Vertex colors | Applies vertex colors to the diffuse colors |
w | [ UNKNOWN ] |