计算机图形学
二进制玩家
这个作者很懒,什么都没留下…
展开
-
OpenGL实现摄像机漫游/三次贝塞尔曲线
通过openglAPI实现摄像机漫游,以及观察生成的贝塞尔曲面#include "stdafx.h"#include #include #includeusing namespace std;void init(void){ glClearColor(0.0, 0.0, 0.0, 0.0); //背景黑色}float posz;float posx;float原创 2017-06-02 16:22:29 · 1339 阅读 · 1 评论 -
OpenGL实现摄像机漫游/三次贝塞尔曲线
通过openglAPI实现摄像机漫游,以及观察生成的贝塞尔曲面#include "stdafx.h"#include <GL/glut.h>#include <stdlib.h>#include<iostream>using namespace std;void init(void){ glClearColor(0.0, 0.0, 0...原创 2018-05-11 16:53:52 · 496 阅读 · 1 评论