mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
Animation controller uses now the singleton pattern
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ namespace vb01{
|
||||
void IkSolverTest::setUp(){
|
||||
rootNode = Root::getSingleton()->getRootNode();
|
||||
|
||||
skeleton = new Skeleton(new AnimationController());
|
||||
skeleton = new Skeleton();
|
||||
|
||||
Bone *boneA = new Bone("A", 1, Vector3::VEC_ZERO, Quaternion::QUAT_W, Vector3::VEC_IJK);
|
||||
Bone *boneB = new Bone("B", 1, Vector3::VEC_J, Quaternion::QUAT_W, Vector3::VEC_IJK);
|
||||
|
||||
Reference in New Issue
Block a user