X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=irrlicht.scm;h=7427cad2a6fdc619228742545083ba28b245e844;hb=a880a7401ee591eaff7d1c32bf14c1af977f7776;hp=8cc76591757f9cacb35390fab798c41af6ecb844;hpb=3142c11414c702c8b1446d12e6e522066a8fd817;p=guile-irrlicht.git diff --git a/irrlicht.scm b/irrlicht.scm index 8cc7659..7427cad 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) @@ -31,7 +32,9 @@ #:re-export (add-animated-mesh-scene-node! 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 @@ -40,21 +43,29 @@ end-scene get-cursor-control get-file-system + get-fps 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-flag! set-material-texture! set-md2-animation! set-position! set-visible! - set-window-caption!)) + set-window-caption! + yield-device)) ;; Merged methods have to be exported apart (re-export draw-all)