「molvieProjectionDefault(API)」の版間の差分

提供: Eospedia
移動: 案内検索
(ページの作成:「DataExpress/openGL/src/'''molvieProjectionDefault'''はAPI です。 == 定数 == == 構造体 == #define WIN_WIDTH (600) #define WIN_HEIGHT (600) #define WIN_POSX ...」)
 
行1: 行1:
DataExpress/openGL/src/'''molvieProjectionDefault'''はAPI です。
+
DataExpress/eosOpenGL/src/'''molvieProjectionDefault'''はAPI です。
  
 
== 定数 ==
 
== 定数 ==

2015年3月18日 (水) 06:46時点における版

DataExpress/eosOpenGL/src/molvieProjectionDefaultはAPI です。

定数

構造体

#define WIN_WIDTH  (600)
#define WIN_HEIGHT (600)
#define WIN_POSX   (0)
#define WIN_POSY   (0)
#define WIN_NAME   "molvieProjection ver. 1.00"
#define SUBWIN_WIDTH  (256)
#define SUBWIN_HEIGHT (256)
#define SUBWIN_POSX   (610)
#define SUBWIN_POSY   (0)
#define SUBWIN_NAME   "Ortho"

API

extern int main(int argc, char* argv[]);
extern void lmolvieProjectionKeyboard(unsigned char pushkey, int x, int y);