Changes between Version 1 and Version 2 of FRAME_ROTATION_R1


Ignore:
Timestamp:
05/29/09 20:00:29 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_ROTATION_R1

    v1 v2  
    77== Overview == 
    88 
    9 Update the frame rotation user interface to support dragging of a halo to rotate the frame. Remove the discreet rotation buttons from the halo menu and put them into the hud.  Change the halo menu button to show the halo hud if single clicked. 
     9Update the frame rotation user interface to support dragging of a halo to rotate the frame. Remove the discreet rotation buttons from the halo menu and remove the hud.  Rotation will be around the topLeft corner of the frame for this task revision. 
    1010 
    1111== Task requirements == 
    1212 
    1313 * Reduce the rotation halo menu to one button 
    14  * Move the discreet buttons into the halo hud 
    1514 * Change the icon of the halo rotation button to indicate it can be dragged 
    16  * Single clicking toggles the halo hud 
    17  * hide the halo hud if the user begins dragging the halo button to rotate 
    18  * Rotate around the user selection rotation pivot (selected in the halo hud) 
     15 * Rotate around the topLeft corner of the frame (ie 0,0, so later when the coordinates change, the rotation works as expected) 
     16 * Make sure the halo button moves with the frame 
    1917 
    2018== Task result == 
     
    2523 
    2624 * Model the dragging after the frame move halo button pattern 
     25 * Are halos currently rotated with the frame? 
    2726 
    2827== Related == 
     
    4342 
    4443= Comments = 
    45 ^(Write comments for this or later revisions here.) 
     44 
     45== Future Revisions == 
     46 
     47Put the discreet rotation buttons into the hud.  Change the halo menu button to show the halo hud if single clicked.