PyIGL_viewer
PyIGL_viewer copied to clipboard
Fixed Shader Validation Error
There was an issue running the examples that was pointed out by this issue. I simply turned off validation of the shader program to reveal the true problem was using varying color widths across shaders (vec3 vs vec4). This change corrects the problem.
@sunreef Do you want to do something with my pull request?