void renderBitmapString(double x, double y, double z, void *font, string str, double drop, int max) { int chars = 1; int newlines = 1; glRasterPos3d(x,y ...
確定! 回上一頁