diff --git a/processing/app/notes.txt b/processing/app/notes.txt index 2f0465258..2d9243007 100644 --- a/processing/app/notes.txt +++ b/processing/app/notes.txt @@ -1,3 +1,17 @@ +ABOUT REV 0018 + +bug fix: + +- i broke fonts in the last release. now they work again. my own fault + for trying to improve things. + +feature: + +- projectSize(x, y, z, width, height, depth) is like projectPoint() + but allows you to transform an object shape to screen space and puts + the size into g.projX, g.projY, g.projZ + + ABOUT REV 0017 features and tweaks: diff --git a/processing/todo.txt b/processing/todo.txt index ddee00011..e802b6e72 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -7,33 +7,44 @@ d.amarel Eric ANDRON Bert Balcaen Julian Bonilla +"Sébastien BOY" christophe buffet +Paul Caplan Fabrice Clérot Los cos Michael Davis Marco Dinkel +fmainzer@gmx.net +Edward George Andrej Jungnickel Kay Koester matthew kowal Jean-Yves Herpet Kevin Lahoda Roger Langley +Isaac Levy Roy Macarthur Oddur Snær Magnússon +Roland Megnet Daniel Mendelsohn Daniel Mendelsohn Michael McGuffin +jtnimoy widianto nugroho Anthony Okolie Andrew Otwell Luis Miguel P. -Alex Robinson i +John Reskusich +Alex Robinson Daniel Evan Schwartz Enrico Trujillo +Gregg Vesonder Ronnie Vuine +Andres Wanner Jeff Williams Ian Wojtowicz +Matthew Kevin Wytch andres @@ -49,6 +60,8 @@ _ maybe stop/kill button should only be a stop btn RANDOM UNSORTED MESS +_ check out interface builder for interesting tidbits +_ 'rot' example not working in release 18 _ line() should make sure that fill() isn't set _ having to put 'f' after everything is a mess _ better way to do parent and g.rect stuff in related classes @@ -154,6 +167,8 @@ _ also make sure pack() is happening 0019 _ z coordinates are backwards from gl (at least from mazo) _ how did this happen? what's the appropriate way to fix? +_ not clipping areas from offscreen +_ huge geometry slows things way down _ single color function inside applet _ need to clamp colors (nothing > 255 or < 0) _ do by simplifying stroke/fill/background inside bagel