X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscene%2Fmodel%2Fmodel.cxx;h=3d7cf5f3f8493ee3244905fde46a991cc959a19f;hb=bda112297f2d81bd752b758bbb42485ccbf6a89e;hp=3e6d508b602af01843197387299ddf7e13304cc9;hpb=ffada9257d18a888ea846338882ac6b9ec014e28;p=simgear.git diff --git a/simgear/scene/model/model.cxx b/simgear/scene/model/model.cxx index 3e6d508b..3d7cf5f3 100644 --- a/simgear/scene/model/model.cxx +++ b/simgear/scene/model/model.cxx @@ -156,6 +156,8 @@ sgMakeAnimation( ssgBranch * model, animation = new SGAlphaTestAnimation(node); } else if (!strcmp("flash", type)) { animation = new SGFlashAnimation(node); + } else if (!strcmp("dist-scale", type)) { + animation = new SGDistScaleAnimation(node); } else { animation = new SGNullAnimation(node); SG_LOG(SG_INPUT, SG_WARN, "Unknown animation type " << type);