aboutsummaryrefslogtreecommitdiff
path: root/js/lib/geom/brush-stroke.js
Commit message (Collapse)AuthorAge
* turn off changing the left and top of the brush stroke canvasPushkar Joshi2012-03-28
|
* File IO for the brush stroke AND changing the data type of brush stroke from ↵Pushkar Joshi2012-03-27
| | | | GEOM_TYPE_CUBIC_BEZIER to GEOM_TYPE_BRUSH_STROKE
* add a setfillcolor to brush stroke so the default fillcolor handler does not ↵Pushkar Joshi2012-03-27
| | | | get called
* correctly update the brush stroke canvas size and position when the stroke ↵Pushkar Joshi2012-03-26
| | | | path is smoothed (and also when the stroke width is changed) AND some code cleanup to remove unnecessary brush stroke properties
* correctly update the brush stroke canvas size and position when the stroke ↵Pushkar Joshi2012-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 Joshi2012-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 Joshi2012-03-20
| | | | | | and code cleanup GOOD status before doing 3D unprojection step
* draw the brush stroke in realtimePushkar Joshi2012-03-19
|
* first pass for file IO of brush strokesPushkar Joshi2012-03-19
|
* update values in the PI from values of the selected brush stroke or pen tool ↵Pushkar Joshi2012-03-15
| | | | path
* PI for pen and brush strokesPushkar Joshi2012-03-14
|
* Add a smoothing amount parameter, and hide options based on checkboxesPushkar Joshi2012-03-13
|
* seemingly working version of the calligraphic brush (seems to work with ↵Pushkar Joshi2012-03-12
| | | | transparency and large stroke widths...seems to work better with smoothing)
* bug fixes for spline interpolationPushkar Joshi2012-03-12
| | | | | | | AND Laplacian smoothing for denoising AND code cleanup (removing blocks of commented code)
* brush stroke options for calligraphic brush stylePushkar Joshi2012-03-08
|
* implement stroke hardness such that it is percentage of the stroke width ↵Pushkar Joshi2012-03-07
| | | | | | | that's fully the color of the brush AND add a smoothing flag for the brush options
* merge Valerio's architecture changesPushkar Joshi2012-03-06
|
* Squashed commit of preload-fix into MasterValerio Virgillito2012-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>