pupil-labs / pyglui

cython powered OpenGL gui that works with glfw
MIT License
29 stars 20 forks source link

"draw_concentric_circles" could be removed #79

Closed ChingT closed 6 years ago

ChingT commented 6 years ago

Currently in screen_marker_calibration and single_marker_calibration, draw_points is used to draw a marker, instead of draw_concentric_circles. So I suggest draw_concentric_circles could be removed.