Example #1
0
 public RenderObject(StructureBspClusterBlock item)
 {
     sectionBuffers = new List <Mesh>(new[] { new Mesh(item.clusterData[0].section) });
 }
Example #2
0
 public RenderObject(StructureBspClusterBlock item)
 {
     item.LoadClusterData( );
     sectionBuffers = new List <Mesh>(new[] { new Mesh(item.ClusterData[0].Section, null) });
 }