随笔分类 - OpenGL
摘要:https://solarianprogrammer.com/2016/11/19/swift-opengl-linux-macos-glfw/ Swift 3 and OpenGL on Linux and macOS with GLFW Posted on November 19, 2016 b
阅读全文
摘要:#include <GLUT/GLUT.h> void display() { glClear(GL_ENABLE_BIT); glBegin(GL_POLYGON); glVertex2f(-0.5, -0.5); glVertex2f(-0.5, 0.5); glVertex2f(0.5, 0.
阅读全文
摘要:#include "stdafx.h"#include #include #pragma comment(linker, "/subsystem:\"windows\" /entry:\"mainCRTStartup\"")#include#includeusing namespace std;v...
阅读全文

浙公网安备 33010602011771号