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