]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/scene-manager.h
create-fly-straight-animator
[guile-irrlicht.git] / src / scene-manager.h
index a2c0a5c125cfd35dd08391e9ff465b9493572171..ebd81cfb8e3c5ffccf012f59c414f791eff74303 100644 (file)
@@ -72,6 +72,13 @@ extern "C" {
   irr_scene_createFlyCircleAnimator (SCM wrapped_scene_manager,
                                      SCM rest);
 
+  SCM
+  irr_scene_createFlyStraightAnimator (SCM wrapped_scene_manager,
+                                       SCM start_point,
+                                       SCM end_point,
+                                       SCM time_for_way,
+                                       SCM rest);
+
   SCM
   irr_scene_createRotationAnimator (SCM wrapped_scene_manager,
                                     SCM rotation_speed);