From: Dan P. <ba...@al...> - 2005-12-19 01:02:06
|
On Dec 18, 2005, at 1:50 PM, Sam Steele wrote: > The nextFrame function in the Drawable class takes a uint64 tm. > Should this be the relative time since the last frame, or the > absolute time since the menu started? > > Tiki's built-in visualPerFrame is always passing this as zero, but > I've modified my copy to pass the time since the last frame > instead. Any objections to committing this? I think I meant it to be an absolute value from some arbitrary offset (perhaps based on the Timeline or whatever). In practice that's not nearly as useful as a delta since the last update. So maybe that'd be better. Somehow it seems like passing in a Timeline might be even better idea but I'm not 100% sure how that'd work... |