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 ...