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