.value("DIRTY_OVERLAY_LINES", igl::opengl::MeshGL::DIRTY_OVERLAY_LINES) .value("DIRTY_OVERLAY_POINTS", igl::opengl::MeshGL::DIRTY_OVERLAY_POINTS) ...
i have taken my first foray into python programming and i believe i have the basics down. draw a window, draw some text, input, output, etc. but i want to start messing around with things like arrays ...