diff --git a/sources/main.cpp b/sources/main.cpp index 97dec7e..589fdb4 100755 --- a/sources/main.cpp +++ b/sources/main.cpp @@ -340,6 +340,17 @@ userAnim->addThing((Thing*)shuttle); + Vec shuttleCenter = Vec(0,0,0); + shuttle->setCenter(shuttleCenter); + shuttle->setPosition(Vec(30,0,0)); + + StaticAnimation* shuttleAnim = new StaticAnimation(); + shuttleAnim->init(); + shuttleAnim->addThing((Thing*)shuttle); + shuttleAnim->setRot(Vec(0.5, 0.3, 0.4)); + + anims.push_back((Animation*)shuttleAnim); + /* end import */ // Prepare configuration: