Пример #1
0
 public Pgrp(DatDigger.Sections.Model.PgrpChunk pgrp, IndexList idxList, int numVertices)
     : base()
 {
     this.pgrp         = pgrp;
     this.idxList      = idxList;
     this.numVertices  = numVertices;
     this.numTriangles = pgrp.Triangles.Length;
     this.Name         = pgrp.PgrpName;
 }
Пример #2
0
 public Pgrp(DatDigger.Sections.Model.PgrpChunk pgrp, IndexList idxList, int numVertices)
     : base()
 {
     this.pgrp = pgrp;
     this.idxList = idxList;
     this.numVertices = numVertices;
     this.numTriangles = pgrp.Triangles.Length;
     this.Name = pgrp.PgrpName;
 }