void renderBitmapString(float x, float y, void *font,char *string) { char *c; glColor3f (1.0, 1.0, 1.0); glRasterPos2f(x, y);
確定! 回上一頁