Add backface and transparency handling as well as more info to Mtrl handling.

This commit is contained in:
Ottermandias 2022-10-12 12:16:21 +02:00
parent febfa8836e
commit 847d8432ff
3 changed files with 118 additions and 11 deletions

View file

@ -66,7 +66,7 @@ public partial class MtrlFile
w.Write( ( ushort )ShaderPackage.ShaderKeys.Length );
w.Write( ( ushort )ShaderPackage.Constants.Length );
w.Write( ( ushort )ShaderPackage.Samplers.Length );
w.Write( ShaderPackage.Unk );
w.Write( ShaderPackage.Flags );
foreach( var key in ShaderPackage.ShaderKeys )
{