X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=gacela.lisp;h=45010602874f72dc9a980f767edd549e7a622535;hb=862921d72ab5a90aee46074c40da8c0688a3a20d;hp=8a1c2c8f598d20fbb2347629594d902350c3e929;hpb=ee0ee8aa7b6140f964ef3b04828f4144f831fcd4;p=gacela.git diff --git a/gacela.lisp b/gacela.lisp index 8a1c2c8..4501060 100644 --- a/gacela.lisp +++ b/gacela.lisp @@ -267,6 +267,7 @@ (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)