aboutsummaryrefslogtreecommitdiff
path: root/js/lib/geom/brush-stroke.js
Commit message (Collapse)AuthorAge
* Bugs fixed:hwc4872012-07-23
| | | | | | | 1915 - Data.JSON too large. Reduced mesh size and limited precision of fp numbers 1381 - Background transparency in preview. 1740 - File Save As caused WebGL to stop animating. Crossed RDGE IDs 1954 - Texture change from material popup broke screen rendering. Set correct context on property change.
* BSD LicenseKris Kowal2012-07-09
|
* Remove trailing spacesKris Kowal2012-07-06
|
* Update copyright boilerplateKris Kowal2012-07-06
|
* fix bug #1704 where small paths/strokes with large stroke width caused a ↵Pushkar Joshi2012-06-13
| | | | flip of the gradient colors
* fixes bug #1623: middle transform handle causes the brush stroke to have a ↵Pushkar Joshi2012-06-13
| | | | zero width or height and brush stroke cannot be recovered
* ignore hardness for calligraphic brushes if stroke width is 1Pushkar Joshi2012-06-12
|
* change the PI to make it look like the fill color affects the brush stroke colorPushkar Joshi2012-06-07
|
* enable gradients for brush stroke (in authoring as well as runtime)Pushkar Joshi2012-06-06
|
* Merge branch 'master' into brushtoolPushkar Joshi2012-05-22
|\
| * Converting geom-obj to object literal notation.Nivesh Rajbhandari2012-05-02
| | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* | undo some previous change that was halving the alpha value of the strokePushkar Joshi2012-05-01
| |
* | small code changes (mostly re-org)Pushkar Joshi2012-05-01
| |
* | Fixed 1436 Brush: Calligraphic brushstroke is slightly thicker than the ↵Pushkar Joshi2012-05-01
| | | | | | | | round tip brushstroke
* | prevent alpha values from accumulating over 1 due to rounding...fixes 1443 ↵Pushkar Joshi2012-05-01
| | | | | | | | Brush: Odd painting behavior when Hardness is 99%. A solid outline is shown on the brushstroke.
* | scale the brush stroke according to the input width and heightPushkar Joshi2012-04-27
|/ | | | Fixes: 1444 Brush: Unable to scale brushstroke using the Transform handles
* render the calligraphic brush stroke in realtime on a rotated canvasPushkar Joshi2012-04-25
|
* allow the realtime drawing of brush strokes drawn off the standard XY plane ↵Pushkar Joshi2012-04-24
| | | | by passing in the transformation matrix
* Merge branch 'master' into pentoolPushkar Joshi2012-04-19
|\ | | | | | | | | Conflicts: js/helper-classes/3D/view-utils.js
| * IKNinja-1477 - Cannot preflight Fill color if WebGL Line shape is selected.Nivesh Rajbhandari2012-04-17
| | | | | | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* | Merge branch 'master' into pentoolPushkar Joshi2012-04-06
|\|
| * removed old unused import and export functions.John Mayhew2012-04-03
| |
* | working File I/O for pen tool created paths and some minor bug fixes ↵Pushkar Joshi2012-04-03
| | | | | | | | (correctly setting the canvas for brush stroke file I/O, correct plane matrix for file I/O)
* | render the pen path with local coordinates, but use stage world coordinates ↵Pushkar Joshi2012-04-02
|/ | | | | | | | | to position the canvas on which the path is rendered AND add data-montage- to the ids in the pen and brush reels AND fix a bug with pen stroke transparency not working
* 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>