Esempio n. 1
0
 internal RenderModelSectionDataBlockBase(BinaryReader binaryReader)
 {
     this.section      = new GlobalGeometrySectionStructBlock(binaryReader);
     this.pointData    = new GlobalGeometryPointDataStructBlock(binaryReader);
     this.nodeMap      = ReadRenderModelNodeMapBlockArray(binaryReader);
     this.invalidName_ = binaryReader.ReadBytes(4);
 }
Esempio n. 2
0
 internal StructureBspClusterDataBlockNewBase(BinaryReader binaryReader)
 {
     this.section = new GlobalGeometrySectionStructBlock(binaryReader);
 }
Esempio n. 3
0
 internal WaterGeometrySectionBlockBase(BinaryReader binaryReader)
 {
     this.section = new GlobalGeometrySectionStructBlock(binaryReader);
 }