visual.h

来自「这是一个生物的吸收仿真程序,在模拟方面也算的是一个不错的小程序.」· C头文件 代码 · 共 16 行

H
16
字号
//-------- 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 + =
减小字号Ctrl + -
显示快捷键?