From: noisebrain <zi...@id...> - 2001-01-18 11:49:29
|
I've learned to put if (cvsIsInit()==false || glj.gljMakeCurrent() == false) { return; } before doing any gl4Java drawing, but I don't understand what these calls do. Something to do with threads? |