From 1d5fa5585f08dd82a6722af3dd8ab360fd161151 Mon Sep 17 00:00:00 2001 From: Treeki Date: Mon, 21 Feb 2011 03:17:08 +0100 Subject: this is a pain in the ass --- NW4RTools/Models/ByteCode.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NW4RTools/Models/ByteCode.cs') 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; -- cgit v1.2.3