mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 12:27:43 +00:00
CModelShaders: Split Thermal into ThermalModel, ThermalStatic extended shaders
This semi-hacky approach will be replaced with future hsh work
This commit is contained in:
@@ -24,7 +24,10 @@ class CLight;
|
||||
enum class EExtendedShader : uint8_t {
|
||||
Flat,
|
||||
Lighting,
|
||||
Thermal,
|
||||
ThermalModel,
|
||||
ThermalModelNoZTestNoZWrite,
|
||||
ThermalStatic,
|
||||
ThermalStaticNoZWrite,
|
||||
ForcedAlpha,
|
||||
ForcedAdditive,
|
||||
SolidColor,
|
||||
|
||||
Reference in New Issue
Block a user