... glBegin(GL_LINE_STRIP); for (std::size_t i = 0; i < samples.size(); ++i) { point_type vertex = deconvolve(samples[i], shift_); glVertex2f(vertex.x(), ...
確定! 回上一頁