Results 1 to 2 of 2

Thread: moving boxes in D3D

  1. #1

    moving boxes in D3D

    okay so i have a d3d envoriment and 2 boxes how do i move them?
    the best thing that i accomplished was to move both of the boxes, but i want to move only 1 of them.

  2. #2

    moving boxes in D3D

    1) Move 1 box (SetTransform)
    2) Draw it (DrawPrimitive)
    3) once again SetTransform
    3) draw second box...

    - now you have two boxes moved independently
    There are only 10 types of people in this world; those who understand binary and those who don't.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •