]> git.jsancho.org Git - gacela.git/blobdiff - gacela.lisp
(no commit message)
[gacela.git] / gacela.lisp
index 8a1c2c8f598d20fbb2347629594d902350c3e929..45010602874f72dc9a980f767edd549e7a622535 100644 (file)
     (do () ((quit?))
        (glClear (+ GL_COLOR_BUFFER_BIT GL_DEPTH_BUFFER_BIT))
        (glLoadIdentity)
+(gluLookAt 0 0 50 0 0 0 0 1 0)
        (when (functionp game-code) (funcall game-code))
        (SDL_GL_SwapBuffers)
        (delay-frame)