Hazen Babcock wrote: > I had less luck with the gears example in :lispbuilder-opengl. It > complained about undefined functions when I tried to compile it. Does > that only depend on the :lispbuilder-sdl package?
Hazen, The opengl-gears demo should now work. (asdf:operate 'asdf:load-op :lispbuilder-opengl-examples) (gl-examples:opengl-gears) Change *time-scale* to speed up the rotation of the gears as these are frame-rate independent. Regards, - Luke _______________________________________________ application-builder mailing list [email protected] http://www.lispniks.com/mailman/listinfo/application-builder
