frocessing change log 2010-07-08 0.6.1 nutsu(face@nutsu.com) * bug fix : size() of F5BitmapData2D, F5BitmapData3D, F5Canvas3D. 2010-06-06 0.6 nutsu(face@nutsu.com) * version 0.5.9.1 is moved to branch. * Improved classes and structure. 2010-03-15 0.5.9.1 nutsu(face@nutsu.com) * bug fix : FShapeSVG radial gradient parse. * bug fix : F5Graphics3D#modelXYZ. 2010-03-13 0.5.9 nutsu(face@nutsu.com) * bug fix : FUtil#trim, FMath#norm * add : add frocessing.color.ColorHSL. 2009-12-06 0.5.8 nutsu(face@nutsu.com) * bug fix : F5MovieClip init pmouseX, pmouseY value. * bug fix : FShapeSVG parse polygon points. * bug fix : HSV to RGB( FColor, ColorHSV ) * bug fix : ColorRGB#clone, ColorHSV#gray. * chg : spline API. * chg : rename FShapeObject to FAbstractShape. * chg : rename FStyle to F5Style. * chg : remove F5Graphics#fontImageDetail,F5MovieClip#fontImageDetail. use PFont#imageDetail. * add : add frocessing.math.FCurveMath. 2009-06-01 0.5.7 nutsu(face@nutsu.com) * bug fix : combination of curveVertex and vertex. * bug fix : position z of text. 2009-04-24 0.5.6 nutsu(face@nutsu.com) * chg : group the z sort of IFShape. frocessing.core.F5Graphics3D frocessing.core.GraphicsEx3D * add : add key event(keyPressed,keyReleased). frocessing.display.F5MovieClip. * bug fix : draw to Graphics problem. frocessing.shape.FShape 2009-04-13 0.5.5 nutsu(face@nutsu.com) * bug fix : 3d gradient fill. frocessing.core.GraphicsEx3D * bug fix : frocessing.shape.FShapeGradient * add : loadString method. frocessing.display.F5MovieClip, frocessing.utils.StringLoader 2009-04-08 nutsu(face@nutsu.com) * bug fix : frocessing.shape.FShapeSVG transform skewX, skewY, rotate(0,x,y) 2009-04-01 0.5.4 nutsu(face@nutsu.com) * bug fix : frocessing.shape.FShapeObject width and height properties has problem when empty shape. * chg : change loader apis. frocessing.shape.FShapeSVGLoader frocessing.text.PFontLoader frocessing.bmp.FImageLoader .. frocessing.core.F5Graphics#load*() * chg : Wait to read the file, load method(Shape,Image,Font) called in setup. frocessing.display.F5MovieClip 2009-02-24 0.5.3 nutsu(face@nutsu.com) * add : add mouse events and properties. add mouseClicked(),mouseMoved(),mousePressed(),mouseReleased() to F5MovieClip add pmouseX,pmouseY properties to F5MovieClip * add : add random seed API. add class frocessing.math.MTRandom add API frocessing.math.PerlinNoise#noiseSeed add API frocessing.math.FMath#randomSeed add API frocessing.display.F5MovieClip#noiseSeed,randomSeed * add : add string util methods. add API frocessing.utils.FUtil#splitTokens add API frocessing.utils.FUtil#trim * add : add round rect parameter. to frocessing.core.F5Graphic#rect to frocessing.core.F5MovieClip#rect * add : add shape and SVG API:(shape package is still in development) update frocessing.core.F5Graphic,F5Graphics2D,F5Graphics3D add API frocessing.display.F5MovieClip#shape add package frocessing.shape.* add class frocessing.color.ColorKey 2009-02-02 0.5.2 nutsu(face@nutsu.com) * bug fix : [frocessing.core.GraphicsEx3D] fillColor is applied when not intended. 2009-02-02 0.5.1 nutsu(face@nutsu.com) * bug fix : [frocessing.color.ColorLeap] gradient() hsv mode dose not working properly. * bug fix : [frocessing.core.F5Graphics] color() and __calColor() sometimes does not working properly when 32 bit color. 2009-01-27 0.5.0 nutsu(face@nutsu.com) * Improved classes and structure. pre version(0.3) is moved to branch.