summaryrefslogtreecommitdiff
path: root/NW4RTools/Models/ByteCode.cs
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-02-21 03:17:08 +0100
committerTreeki <treeki@gmail.com>2011-02-21 03:17:08 +0100
commit1d5fa5585f08dd82a6722af3dd8ab360fd161151 (patch)
tree588245bb84e9155bbaa39b800891f880cc668d79 /NW4RTools/Models/ByteCode.cs
parentb0760b28807b31cc1403584265c07feb87ac4887 (diff)
downloadnw4rtools-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.cs2
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;