mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
first drivers variant
remade shape keys separated keyframe channels
This commit is contained in:
@@ -8,14 +8,10 @@ namespace vb01{
|
||||
|
||||
class Animatable{
|
||||
public:
|
||||
enum Type{NODE, BONE};
|
||||
|
||||
Animatable();
|
||||
virtual void animate(float, KeyframeChannel){}
|
||||
inline Type getType(){return type;}
|
||||
private:
|
||||
protected:
|
||||
Type type;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user