mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 10:19:59 +01:00
Work-in-progress: Interpolation of snapshot in Action manager
This commit is contained in:
@@ -22,6 +22,15 @@ protected:
|
||||
bool finished_;
|
||||
};
|
||||
|
||||
class CopyCallback : public UpdateCallback
|
||||
{
|
||||
Node *target_;
|
||||
|
||||
public:
|
||||
CopyCallback(Node *target);
|
||||
void update(Node *n, float dt);
|
||||
};
|
||||
|
||||
class MoveToCallback : public UpdateCallback
|
||||
{
|
||||
float duration_;
|
||||
|
||||
Reference in New Issue
Block a user