Friday, February 19, 2010

segments

8:00 AM-8:45 AM - Fixed up my drawing code so that it would have more segments. Changed the custom bezierPath to have each piece store how much it had drawn so that each segment can be redrawn individually. Currently we are drawing the lines inverted and mirrored? Odd. Upped the tick time to 1/60th of a second since that's the FPS we are shooting for here and adjusted the number of segments accordingly. I will have to recode some of this as well due to needing to know how many segments each line is broken up into rather than determining segments when each piece of the bezier path is loaded. This will allow for an overall timeline of 10ish seconds to draw the entire picture regardless of how many bezier path segments it has. Still lots of work to do just to get my lines!

No comments:

Post a Comment