📄 graphics_utility.h
字号:
#ifndef GRAPHICS_UTILITY_H#define GRAPHICS_UTILITY_H#include "video.h"extern void checkGLError(const char *where);extern void rasonly(Visual *d);extern void doPerspective(float fov, float ratio, float znear, float zfar);extern void doLookAt(float *cam, float *target, float *up);extern void drawText(FontTex* ftx, int x, int y, int size, const char *text);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -