diff options
Diffstat (limited to 'NW4RTools/Models/ByteCode.cs')
-rw-r--r-- | NW4RTools/Models/ByteCode.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NW4RTools/Models/ByteCode.cs b/NW4RTools/Models/ByteCode.cs index 438c009..6df6dee 100644 --- a/NW4RTools/Models/ByteCode.cs +++ b/NW4RTools/Models/ByteCode.cs @@ -28,6 +28,7 @@ namespace NW4RTools.Models { public UInt16 ParentMatrixID; } + // According to BrawlLib: in NodeMix, this is for "weighted influences" public class BlendMatricesInstruction : Instruction { public override OpType GetOp() { return OpType.BlendMatrices; @@ -52,6 +53,7 @@ namespace NW4RTools.Models { public UInt16 NodeID; } + // According to BrawlLib: in NodeMix, this is for "primary influences" public class AssignMtxToNodeInstruction : Instruction { public override OpType GetOp() { return OpType.AssignMtxToNode; |