On page 298 of “The OpenGL Programming Guide” there is an example program which draws a bitmap font. In the example it uses an array of GLuBYTEs. I am trying to convert the example over to JOGL, however in JOGL I am unable to find a GluBYTE. Any ideas what I should use instead?
Regards,
Sally