[cl-opengl-devel] Depth issues with the darcs version

Charlie Burrows charlie.burrows at gmail.com
Fri Oct 20 16:50:33 UTC 2006


On 10/12/06, Luís Oliveira <luismbo at gmail.com> wrote:
> On 10/2/06, Charlie Burrows <charlie.burrows at gmail.com> wrote:
> > Any suggestions?
>
> Sorry it took a while for me to reply. I tried your example and got an
> immediate segfault. I could only see one thing wrong your code and
> after fixing that everything runs ok, i.e., nehe5 looks fine.
>
> You're using GL stuff in initialize-instance and there's no GL context
> at that time. You want to use an :after method on glut:display-window
> instead.
>
> I hope that fixes your problem.
>
> --
> Luís Oliveira
> http://student.dei.uc.pt/~lmoliv/
>

Yes, indeed it did and if only required a small change to nehe1.lisp
because of the simple clos hierarchy.

Thanks!
Charlie



More information about the cl-opengl-devel mailing list