Exemplo n.º 1
0
 public TransvoxelExtractor(IVolumeData <sbyte> data)
 {
     volume   = data;
     cache    = new RegularCellCache(volume.Size.SideLength * 10);
     UseCache = true;
 }
 public TransvoxelExtractor(IVolumeData<sbyte> data)
 {
     volume = data;
     cache = new RegularCellCache(volume.ChunkSize*10);
     UseCache = true;
 }