void renderBitmapString(float x, float y, float rot, void *font,const char *string); {; const char *c;; glRasterPos2f(x, y);; glRotatef(rot, ...
確定! 回上一頁