]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/scene-manager.h
create-rotation-animator
[guile-irrlicht.git] / src / scene-manager.h
index b4a099d885aeca1b0c041389078c7a686549869f..5da835810049a8e8414a3eb746d12c4ab6e000e7 100644 (file)
@@ -60,6 +60,10 @@ extern "C" {
                                 SCM wrapped_mesh,
                                 SCM rest);
 
+  SCM
+  irr_scene_createRotationAnimator (SCM wrapped_scene_manager,
+                                    SCM rotation_speed);
+
   SCM
   irr_scene_getMesh (SCM wrapped_scene_manager,
                      SCM filename);