Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | correctly update the brush stroke canvas size and position when the stroke ↵ | Pushkar Joshi | 2012-03-23 |
| | | | | size is changed (does not yet work when smoothing is applied) AND select the newly created brush stroke by default | ||
* | Almost working version of brush tool that uses only local coordinates to ↵ | Pushkar Joshi | 2012-03-23 |
| | | | | store the brush stroke points. Current version does not yet update the width and height of the brush stroke canvas upon changing the brush stroke through the PI. Also, current version does not obtain 3D position of points properly from the drawing tool base (see BrushTool _getUnsnappedPosition) | ||
* | revert to using the angle without flipping its sign...fixing some minor bugs ↵ | Pushkar Joshi | 2012-03-20 |
| | | | | | | and code cleanup GOOD status before doing 3D unprojection step | ||
* | draw the brush stroke in realtime | Pushkar Joshi | 2012-03-19 |
| | |||
* | update values in the PI from values of the selected brush stroke or pen tool ↵ | Pushkar Joshi | 2012-03-15 |
| | | | | path | ||
* | PI for pen and brush strokes | Pushkar Joshi | 2012-03-14 |
| | |||
* | Add a smoothing amount parameter, and hide options based on checkboxes | Pushkar Joshi | 2012-03-13 |
| | |||
* | bug fixes for spline interpolation | Pushkar Joshi | 2012-03-12 |
| | | | | | | | AND Laplacian smoothing for denoising AND code cleanup (removing blocks of commented code) | ||
* | brush stroke options for calligraphic brush style | Pushkar Joshi | 2012-03-08 |
| | |||
* | implement stroke hardness such that it is percentage of the stroke width ↵ | Pushkar Joshi | 2012-03-07 |
| | | | | | | | that's fully the color of the brush AND add a smoothing flag for the brush options | ||
* | Merge branch 'master' into brushtool | Pushkar Joshi | 2012-03-06 |
|\ | |||
| * | Squashed commit of preload-fix into Master | Valerio Virgillito | 2012-03-06 |
| | | | | | | | | | | | | | | - Requiring all the previously pre-loaded files - RDGE, Codemirror and gl-matrix are not included via a script tag. Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
* | | Catmull-Rom spline sampling for the brush stroke, and options for stroke ↵ | Pushkar Joshi | 2012-03-02 |
| | | | | | | | | size, stroke hardness and both stroke colors (left and right --- temporarily using the stroke and fill colors respectively) | ||
* | | first attempt at rendering the brush stroke as a collection of polylines ↵ | Pushkar Joshi | 2012-03-01 |
|/ | | | | (number of polylines equals the stroke width) | ||
* | changed the registration point of the brush tool icon and | Pushkar Joshi | 2012-02-29 |
| | | | | added a temporary check to prevent extremely long brush strokes | ||
* | resample the brush stroke so we don't have gaps if the path is drawn rapidly, | Pushkar Joshi | 2012-02-29 |
| | | | | | | | and, allow to change the stroke color, and, more efficient stroke rendering by drawing translated radial gradients (instead of creating new gradients for each stroke sample) | ||
* | Merge branch 'pentool' into brushtool | Pushkar Joshi | 2012-02-24 |
|\ | | | | | | | | | | | Conflicts: imports/codemirror/mode/scheme/scheme.js js/tools/BrushTool.js | ||
| * | Adding a data-RDGE-id attribute to each canvas to save/load canvas data | Valerio Virgillito | 2012-02-16 |
| | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * | Merged old FileIO | Jose Antonio Marquez | 2012-01-27 |
| | | |||
* | | first phase of simple resampling to prevent tiny segments | Pushkar Joshi | 2012-02-09 |
|/ | |||
* | First commit of Ninja to ninja-internal | Pierre Frisch | 2012-01-27 |
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com> |