Schlagwort: picking

  • XNA 4 tutorial: Selection Rectangle and Drag & Drop

    The previous tutorial was about picking only one entity, this tutorial however is about selecting more than one entity in order to drag & drop them around. Technically a user controlls a cursor on a 2D plane, which enables him to select entities and move them in a 3D space. Since this interactive scenario depends…