X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=examples%2F03-custom-scene-node.scm;h=0476e729b149c02dfc5859439049b79e6d504dc7;hp=21e5be80edf07a0f66c55774e57c151de2d2b482;hb=df1088b80d2c90a390b0229ce5c6ffcc7665fda4;hpb=627c8d0c947391cb025671d281bc91370e55bb03 diff --git a/examples/03-custom-scene-node.scm b/examples/03-custom-scene-node.scm index 21e5be8..0476e72 100644 --- a/examples/03-custom-scene-node.scm +++ b/examples/03-custom-scene-node.scm @@ -75,7 +75,7 @@ (make-vertex3d '(-10 0 -10) '(0 0 1) '(255 0 255 0) '(0 0)))) (define material (make-material #:wireframe #f #:lighting #f)) -(box3d-reset! box (vertex3d-position (car vertices))) +(reset-box3d! box (vertex3d-position (car vertices))) (for-each (lambda (vertex) (box3d-add-internal-point! box (vertex3d-position vertex)))