mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Add backface and transparency handling as well as more info to Mtrl handling.
This commit is contained in:
parent
febfa8836e
commit
847d8432ff
3 changed files with 118 additions and 11 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue