class AtomsGroup extends ChemGroup {
  raycast(raycaster, intersects) {
    const { atoms } = this._selection
    const inters = []
    this._mesh.raycast(raycaster, inters)