X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=irrlicht.scm;h=88da30e342a9a731ad62d13a5a822d36539b543e;hb=671b139a1cc72854edc73325a7feac30fd8705a8;hp=9724a80a50a13fd311baeada9e51c5e4340be74d;hpb=0c07b0db5cf3aec92ae8838490d6a83e5416d81c;p=guile-irrlicht.git diff --git a/irrlicht.scm b/irrlicht.scm index 9724a80..88da30e 100644 --- a/irrlicht.scm +++ b/irrlicht.scm @@ -21,6 +21,7 @@ (define-module (irrlicht) #:use-module (oop goops) #:use-module (irrlicht base) + #:use-module (irrlicht core) #:use-module (irrlicht device) #:use-module (irrlicht gui) #:use-module (irrlicht io) @@ -29,13 +30,17 @@ #:use-module (irrlicht video) #:duplicates (merge-generics) #:re-export (add-animated-mesh-scene-node! + add-animator! add-camera-scene-node! add-camera-scene-node-fps! + add-custom-scene-node! add-file-archive! + add-internal-point! add-octree-scene-node! add-static-text! begin-scene create-device + create-rotation-animator drop! end-scene get-cursor-control @@ -44,12 +49,19 @@ get-gui-environment get-mesh get-name + get-position + get-root-scene-node get-scene-manager get-texture get-video-driver is-empty? is-window-active? + make-box3d + make-material + make-vertex3d + reset-box3d! run + set-material! set-material-flag! set-material-texture! set-md2-animation!