GLUT互換モード
をテンプレートにして作成
[
トップ
|
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
----
#contents
----
#include <GL/glut.h>
#include <FL/glut.h>
GLUT_DOWN GLUT_UP GLUT_LEFT_BUTTON GLUT_MIDDLE_BUTTON GL...
char ch[256];
sprintf(ch, "%s", str.c_str());
glutAddMenuEntry(ch, 0);
終了行:
----
#contents
----
#include <GL/glut.h>
#include <FL/glut.h>
GLUT_DOWN GLUT_UP GLUT_LEFT_BUTTON GLUT_MIDDLE_BUTTON GL...
char ch[256];
sprintf(ch, "%s", str.c_str());
glutAddMenuEntry(ch, 0);
ページ名: