#:border #t)
;; load a Quake2 model
-(define mesh (get-mesh scene-manager "examples/media/sydney.md2"))
+(define mesh (get-mesh scene-manager "media/sydney.md2"))
(when (not mesh)
(device-drop! device)
(exit #f))
(when node
(set-material-flag-am! node 'lighting #f)
(set-md2-animation! node 'stand)
- (set-material-texture-am! node 0 (get-texture driver "examples/media/sydney.bmp")))
+ (set-material-texture-am! node 0 (get-texture driver "media/sydney.bmp")))
;; place camera
(add-camera-scene-node scene-manager #:position '(0 30 -40) #:lookat '(0 5 0))