mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
readable models via the new reader (verts, faces, bones...)
This commit is contained in:
@@ -9,6 +9,9 @@ namespace vb01{
|
||||
this->name=name;
|
||||
}
|
||||
|
||||
void Skeleton::update(){
|
||||
}
|
||||
|
||||
void Skeleton::addBone(Bone *bone, Bone *parent){
|
||||
parent->attachChild(bone);
|
||||
bone->setSkeleton(this);
|
||||
|
||||
Reference in New Issue
Block a user