rest of animation coding

animation , animator , keyframe & quaterions
compiling but not debuged at all
This commit is contained in:
Youssef Assem
2019-12-17 04:48:20 +02:00
parent 23dd149d48
commit c2882035b5
16 changed files with 492 additions and 17 deletions
+3 -1
View File
@@ -10,9 +10,11 @@ private:
public:
int index;
char* name;
std::vector<Joint> children;
Joint(int index,Matrix transform);
Joint() = default;
Joint(int index,Matrix transform,char* name);
~Joint();
void addChild(Joint child);