Mercurial > code > home > repos > light9
changeset 1640:11b74e7d6b88
draw adjusters for all curve pts, not just 4
Ignore-this: 28b553a4935b4900496499d74489d8ee
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 10 Jun 2017 05:59:22 +0000 |
parents | 8897ce2c48bf |
children | 7b3f08db8f66 |
files | light9/web/timeline/timeline.coffee |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/web/timeline/timeline.coffee Sat Jun 10 05:58:57 2017 +0000 +++ b/light9/web/timeline/timeline.coffee Sat Jun 10 05:59:22 2017 +0000 @@ -547,7 +547,9 @@ tMax - tMin _makeCurvePointAdjusters: (yForV, worldPts) -> - for pointNum in [0, 1, 2, 3] + + for pointNum in [0...worldPts.length] + log('wor', worldPts, pointNum) @_makePointAdjuster(yForV, worldPts, pointNum) _makePointAdjuster: (yForV, worldPts, pointNum) ->