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

📄 visual.h

📁 这是一个生物的吸收仿真程序,在模拟方面也算的是一个不错的小程序.
💻 H
字号:
//-------- Function Declarations -------------------------------- 



void Render(); 

// The function responsible for drawing everything in the 

// OpenGL context associated to a window. 



void Resize(int w, int h); 

// Handle the window size changes and define the world coordinate 

// system and projection type 



void Setup(int initial_field); 

// Set up the OpenGL state machine and create a light source 



void Idle(); 

//Idle processing functio

⌨️ 快捷键说明

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