Changes between Version 1 and Version 2 of FRAME_ROTATION_R1
- Timestamp:
- 05/29/09 20:00:29 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_ROTATION_R1
v1 v2 7 7 == Overview == 8 8 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.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 remove the hud. Rotation will be around the topLeft corner of the frame for this task revision. 10 10 11 11 == Task requirements == 12 12 13 13 * Reduce the rotation halo menu to one button 14 * Move the discreet buttons into the halo hud15 14 * 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 19 17 20 18 == Task result == … … 25 23 26 24 * Model the dragging after the frame move halo button pattern 25 * Are halos currently rotated with the frame? 27 26 28 27 == Related == … … 43 42 44 43 = Comments = 45 ^(Write comments for this or later revisions here.) 44 45 == Future Revisions == 46 47 Put the discreet rotation buttons into the hud. Change the halo menu button to show the halo hud if single clicked.