void renderBitmapString(float x, float y, char *string, int cx, int cy, int cz) { glColor3ub(cx, cy, cz); char *c; glRasterPos2f(x, y);
確定! 回上一頁