User Tools

Site Tools


gamedev:deigde:editors:widgetbeziercurve

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
gamedev:deigde:editors:widgetbeziercurve [2020/03/30 16:15] – [Bezier Curve Editor] dragonlordgamedev:deigde:editors:widgetbeziercurve [2020/03/30 16:29] – [View Interaction] dragonlord
Line 26: Line 26:
 ====== View Interaction ====== ====== View Interaction ======
  
 +The bezier curve editor supports these editing interaction using keyboard and mouse:
 +  * <key>MOUSE_LEFT</key>: Select curve point or handle. Required for certain context menu functions to be enabled.
 +  * <key>MOUSE_LEFT</key> **dragging**: Move selected curve point or handle. If clamping is enabled and point is moved (not handle) movement is restricted to clamp range. Independent of clamping points can not be moved outside the curve sgement (hence not before the preceding curve point nor past the following curve point). Handles can not be dragged across the point (hence the left handle has to stay on the left side and the right handle has to stay on the right side).
 +  * <key>SHIFT+MOUSE_LEFT</key>: Add curve point.
 +  * <key>SHIFT+MOUSE_LEFT</key> **dragging**: Add curve point and move it.
 +  * <key>CTRL+SHIFT+MOUSE_LEFT</key>: Delete curve point clicked upon.
 +  * <key>MOUSE_RIGHT</key>: Show context menu
 ====== Context Menu ====== ====== Context Menu ======
  
gamedev/deigde/editors/widgetbeziercurve.txt · Last modified: 2020/03/30 23:51 by dragonlord