]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/scene-node.h
set-material-texture! get-texture
[guile-irrlicht.git] / src / scene-node.h
index 64c3626ce48ec2be3a3e3087d4c4f9a92d30a29b..c41d3cc8e05599456a2632591880a40fc0436e01 100644 (file)
@@ -33,6 +33,12 @@ extern "C" {
 
   DECLARE_WRAPPED_TYPE (irr::scene::ISceneNode*, init_scene_node_type,
                         scene_node_p, wrap_scene_node, unwrap_scene_node);
+
+  SCM
+  irr_scene_setMaterialTexture (SCM wrapped_scene_node,
+                                SCM texture_layer,
+                                SCM texture);
+
 }
 
 #endif