Example #1
0
 public void Read(EndianStream stream)
 {
     if (IsVector3)
     {
         T3.Read(stream);
     }
     else
     {
         T4.Read(stream);
     }
     Q.Read(stream);
     if (IsVector3)
     {
         S3.Read(stream);
     }
     else
     {
         S4.Read(stream);
     }
 }