OpenGL光栅化作业:【bresenham算法】GL_POINTS为基础画线段
首先来看一下题目要求: 2.2 Draw a Line Implement your line rasterization algorithm in OpenGL. You can only us ...
首先来看一下题目要求: 2.2 Draw a Line Implement your line rasterization algorithm in OpenGL. You can only us ...
As usual先读题。 2.3 Draw a Circle Implement your circle rasterization algorithm in OpenGL. You can on ...
这个渲染程序是研一下学期的计算机图形学课程大作业,花了两三周学习使用了下 openGL 3.3+ 库,整合出了这个渲染程序,完成于 2013/07/05。 相对于老版本的库,新版本更开放,给了程序员 ...
配置: OS X 10.10 + CMake 3.2.2 + GLFW 3.1.1 + OpenGL 4.1 + Xcode 6.0 本文主要介绍如何在 OS X 系统下进行环境配置,使得 ...