Re: Sample code for vertex arrays

2013-04-28 Thread Willem Rein Oudshoorn
writes: > Can anyone provide sample code using vertex arrays? > > The program varray.lisp in the redbook examples uses these but things > like gl:vertex-pointer do not appear to be exported into the cl-opengl > package. Yes, I do have some sample code. The overall code is specific for OSX but

Sample code for vertex arrays

2013-04-27 Thread markb
Can anyone provide sample code using vertex arrays? The program varray.lisp in the redbook examples uses these but things like gl:vertex-pointer do not appear to be exported into the cl-opengl package.