⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 3dmosmon.h

📁 openmosix viewer图形界面工具。o penmosix viewer图形界面工具。o penmosix viewer图形界面工具。o penmosix viewer图形界面工具。
💻 H
字号:
#include <iostream>#include <stdio.h>#include <math.h>#include <time.h>#include <unistd.h>#include <signal.h>#include "colors.h"#include "objects.h"#include "lighting.h"#include "spin.h"#include "barmanager.h"#define DEFAULTSPEED 0.5using namespace std;int DISPLAYMODE = LOAD;static int kpid;static float counterm, slowcounter, medcounter, fastcounter= 0.0;static float SPEED_MODIFIER;static int LIGHTS_ON  = 1;static float camx = 0.0, camy = 1.2, camz = -5.0;static float lookyrl = 0.0, lookxrl = 0.0, lookzrl = 0.0; ////rotate left and rightstatic float lookyud = 0.0, lookxud = 0.0, lookzud = 0.0; ////rotate up and downstatic float fAspect;static float anglex = 0.0, angley =0.0, anglez = 1.0;static float angle = 0;static float mousepos[2];static BarManager Barmanager;static int HEIGHT, WIDTH;void handler(int x);void usage();

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -