# File lib/as_scenegraph.rb, line 75
    def delete_chunk(index)
      chunk = @child_chunks.delete(index)
      children.delete(index.root)
      
      return chunk
    end