diff options
author | Treeki <treeki@gmail.com> | 2011-02-21 03:17:08 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-02-21 03:17:08 +0100 |
commit | 1d5fa5585f08dd82a6722af3dd8ab360fd161151 (patch) | |
tree | 588245bb84e9155bbaa39b800891f880cc668d79 /NW4RTools/Models/ByteCode.cs | |
parent | b0760b28807b31cc1403584265c07feb87ac4887 (diff) | |
download | nw4rtools-1d5fa5585f08dd82a6722af3dd8ab360fd161151.tar.gz nw4rtools-1d5fa5585f08dd82a6722af3dd8ab360fd161151.zip |
this is a pain in the ass
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; |