public InstancingBatch(GPUAnimGroup group)
 {
     this.group = group;
     property   = new GPUAnim.MaterialProperty(MAXBATCHCOUNT);
 }
 public void Dispose()
 {
     matrices = null;
     property = null;
     objs.Clear();
 }