gmlGLAnimator Class Reference

Detailed Description

Manage smooth animated transitions between geometric transformations.

Public Member Functions

constructor canvas

destructor

getTransform tagOrId

return the target transfo registred for tagOrId if none is registred, return tagOrId's current transfo

setTransform tagOrId transfo args

request that tagOrId's transformation be changed to transfo within delay milliseconds and steps at most every step milliseconds.

step tagOrId

perform one step of the animation registred for tagOrId

endTransform tagOrId {finish 1}

abort the animation of tagOrId; if finish is true, jump to the target transfo