]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/model.cxx
Frederic Bouvier:
[simgear.git] / simgear / scene / model / model.cxx
index 3e6d508b602af01843197387299ddf7e13304cc9..3d7cf5f3f8493ee3244905fde46a991cc959a19f 100644 (file)
@@ -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);