示例#1
0
 def _recompute_bounds_fired(self):
     bounds = get_bounding_box(self.particle_arrays)
     self.bounds = bounds
     self._change_bounds()
示例#2
0
 def _recompute_bounds_fired(self):
     bounds = get_bounding_box(self.particle_arrays)
     self.bounds = bounds
     self._change_bounds()