示例#1
0
 public CompactOctree()
 {
     _head = new OctreeNode <sbyte>(null, 0, 0, 0);
     //        iterator = new OctreeIterator<sbyte>(_head);
 }