animation channel test

This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent 33d077bc94
commit b2ee272327
8 changed files with 133 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
using namespace std;
namespace vb01{
Bone::Bone(string name, float length, Vector3 pos,Quaternion rot, Vector3 scale) : Node(pos,rot,scale,name){
Bone::Bone(string name, float length, Vector3 pos, Quaternion rot, Vector3 scale) : Node(pos, rot, scale, name){
this->name = name;
this->length = length;
}