示例#1
0
 public TMDQuadGradTexUnlitPrimitivePacket(BinaryReader br)
 {
     u0  = br.ReadByte();
     v0  = br.ReadByte();
     cba = br.ReadUInt16();
     u1  = br.ReadByte();
     v1  = br.ReadByte();
     tsb = br.ReadUInt16();
     u2  = br.ReadByte();
     v2  = br.ReadByte();
     br.ReadUInt16();
     u3 = br.ReadByte();
     v3 = br.ReadByte();
     br.ReadUInt16();
     r0 = br.ReadByte();
     g0 = br.ReadByte();
     b0 = br.ReadByte();
     br.ReadByte();
     r1 = br.ReadByte();
     g1 = br.ReadByte();
     b1 = br.ReadByte();
     br.ReadByte();
     r2 = br.ReadByte();
     g2 = br.ReadByte();
     b2 = br.ReadByte();
     br.ReadByte();
     r3 = br.ReadByte();
     g3 = br.ReadByte();
     b3 = br.ReadByte();
     br.ReadByte();
     p0 = br.ReadUInt16();
     p1 = br.ReadUInt16();
     p2 = br.ReadUInt16();
     p3 = br.ReadUInt16();
 }
示例#2
0
 public TMDTriFlatTexLitPrimitivePacket(BinaryReader br)
 {
     u0  = br.ReadByte();
     v0  = br.ReadByte();
     cba = br.ReadUInt16();
     u1  = br.ReadByte();
     v1  = br.ReadByte();
     tsb = br.ReadUInt16();
     u2  = br.ReadByte();
     v2  = br.ReadByte();
     br.ReadUInt16();
     n0 = br.ReadUInt16();
     p0 = br.ReadUInt16();
     p1 = br.ReadUInt16();
     p2 = br.ReadUInt16();
 }
示例#3
0
 public TMDQuadFlatTexUnlitPrimitivePacket(BinaryReader br)
 {
     u0  = br.ReadByte();
     v0  = br.ReadByte();
     cba = br.ReadUInt16();
     u1  = br.ReadByte();
     v1  = br.ReadByte();
     tsb = br.ReadUInt16();
     u2  = br.ReadByte();
     v2  = br.ReadByte();
     br.ReadUInt16();
     u3 = br.ReadByte();
     v3 = br.ReadByte();
     br.ReadUInt16();
     r = br.ReadByte();
     g = br.ReadByte();
     b = br.ReadByte();
     br.ReadByte();
     p0 = br.ReadUInt16();
     p1 = br.ReadUInt16();
     p2 = br.ReadUInt16();
     p3 = br.ReadUInt16();
 }
示例#4
0
 public TMDQuadShadedTexLitPrimitivePacket(BinaryReader br)
 {
     u0  = br.ReadByte();
     v0  = br.ReadByte();
     cba = br.ReadUInt16();
     u1  = br.ReadByte();
     v1  = br.ReadByte();
     tsb = br.ReadUInt16();
     u2  = br.ReadByte();
     v2  = br.ReadByte();
     br.ReadUInt16();
     u3 = br.ReadByte();
     v3 = br.ReadByte();
     br.ReadUInt16();
     n0 = br.ReadUInt16();
     p0 = br.ReadUInt16();
     n1 = br.ReadUInt16();
     p1 = br.ReadUInt16();
     n2 = br.ReadUInt16();
     p2 = br.ReadUInt16();
     n3 = br.ReadUInt16();
     p3 = br.ReadUInt16();
 }