Re: [cl-opengl-devel] Vertex Arrays

2006-12-25 Thread Charlie McMackin
Hello, Here is a patch done with your requested method. In addition, should Bart's changes be merged, I also have a patch working for that (not attached with this email). Again, I'm not strong on macros yet so my changes gl/util.lisp's with-opengl-sequence need extra scrutiny. Vertex array funct

Re: [cl-opengl-devel] Vertex Arrays

2006-12-25 Thread Luís Oliveira
Hello, On 12/18/06, Charlie McMackin <[EMAIL PROTECTED]> wrote: Thanks again and I hope this code is useful. First off, sorry for the late reply. I've looked at your patch but darcs doesn't like it. I'm guessing you manually edited it. Can you send us the unaltered output of "darcs send -o"?

[cl-opengl-devel] Vertex Arrays

2006-12-17 Thread Charlie McMackin
Hello, To begin, as it's my first post, I'd like to thank all the developers who started and maintain this project. As a hobbiest beginner, this package allows me to play with the two things that I'm interested in most these days, Lisp and OpenGL. With that said, I was working my way through Ope