- 33 名前:VC++の例 [2013/02/17(日) 16:24:33.07 ]
- void DarkGDK ( void )
{ dbSyncOn ( ); dbSyncRate ( 0 ); dbMakeObjectCube ( 1, 10 ); while ( !dbEscapeKey () ) { dbRotateObject ( 1, dbObjectAngleX ( 1 ) + 0.1f, dbObjectAngleY ( 1 ) + 0.1f, dbObjectAngleZ ( 1 ) + 0.1f ); for (int a = 0; a < 100; a++) { for (int b = 0; b < 100; b++) { for (int c = 0; c < 100; c++) { int d = dbRnd ( 100 ); } } } char szFPS [ 256 ] = ""; strcpy ( szFPS, "fps = " ); -----------------------------------------------------ムダw
|

|