void renderBitmapString(float x, float y, void *font,char *string) { char *c; // set position to start drawing fonts glRasterPos2f(x, y);
確定! 回上一頁