#include <GL/freeglut.h> void renderBitmapString( float x, float y, float z, void *font, char *string) { char *c; glRasterPos3f(x, y, ...
確定! 回上一頁