Open source Star Ruler 2 source code!
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
#include "animator.h"
|
||||
#include "vec3.h"
|
||||
|
||||
namespace scene {
|
||||
|
||||
class LinearMotionAnim : public Animator {
|
||||
public:
|
||||
vec3d velocity;
|
||||
|
||||
void animate(Node* node);
|
||||
|
||||
LinearMotionAnim(const vec3d& Velocity);
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user