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
+2 -1
View File
@@ -1,8 +1,9 @@
#include "Joint.h"
Joint::Joint(int index, Matrix transform) {
Joint::Joint(int index, Matrix transform, char* name) {
Joint::index = index;
_transform = transform;
Joint::name = name;
}
Joint::~Joint() {