X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=irrlicht.scm;h=74982744a7b412f3a4a0b8212e9793390a8f6993;hb=a33bf2efe7a2578915cd27d3d2f3462c41ca0517;hp=3c54b18e66a8f9bb4508a68be05ad624ef5b10fd;hpb=2532ec193354090d2bd34fb8380beb798b4e451e;p=guile-irrlicht.git diff --git a/irrlicht.scm b/irrlicht.scm index 3c54b18..7498274 100644 --- a/irrlicht.scm +++ b/irrlicht.scm @@ -29,17 +29,50 @@ #:use-module (irrlicht scene) #:use-module (irrlicht video) #:duplicates (merge-generics) - #:re-export (add-animated-mesh-scene-node! + #:re-export (;; classes + + + + + + + + + + + + + + + + + + + + + + + + + + + ;; methods + add-animated-mesh-scene-node! add-animator! add-camera-scene-node! add-camera-scene-node-fps! + add-cube-scene-node! add-custom-scene-node! add-file-archive! + add-image! add-internal-point! add-octree-scene-node! + add-sphere-scene-node! add-static-text! begin-scene create-device + create-fly-circle-animator + create-fly-straight-animator create-rotation-animator draw-vertex-primitive-list drop! @@ -64,11 +97,15 @@ make-vertex3d reset-box3d! run + set-animation-speed! + set-frame-loop! set-material! set-material-flag! set-material-texture! set-md2-animation! set-position! + set-rotation! + set-scale! set-transform! set-visible! set-window-caption!