mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 20:27:43 +00:00
Frontface culling support boo sync
This commit is contained in:
@@ -12,6 +12,17 @@
|
||||
namespace urde
|
||||
{
|
||||
|
||||
enum EExtendedShader : uint8_t
|
||||
{
|
||||
Flat,
|
||||
Lighting,
|
||||
Thermal,
|
||||
ForcedAlpha,
|
||||
ForcedAdditive,
|
||||
SolidColor,
|
||||
MorphBallShadow
|
||||
};
|
||||
|
||||
class CModelShaders
|
||||
{
|
||||
friend class CModel;
|
||||
|
||||
Reference in New Issue
Block a user