You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
if(!igl::readOFF(filename,vV,vF,vN)) maybe miss one parameter for rgb color values
vector<vector >vC;
if(!igl::readOFF(filename,vV,vF,vN, vC))
I'm working on windows, I have to remove this line in skeleton/example.cpp:
glutInitDisplayString( "rgba depth double samples>=8 ");
Otherwise, I will receive 'pixel format with necessary capabilities not found'
BTW, I add glFlush() before glutSwapBuffers() to avoid a white screen window.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
if(!igl::readOFF(filename,vV,vF,vN)) maybe miss one parameter for rgb color values
vector<vector >vC;
if(!igl::readOFF(filename,vV,vF,vN, vC))
I'm working on windows, I have to remove this line in skeleton/example.cpp:
glutInitDisplayString( "rgba depth double samples>=8 ");
Otherwise, I will receive 'pixel format with necessary capabilities not found'
BTW, I add glFlush() before glutSwapBuffers() to avoid a white screen window.
The text was updated successfully, but these errors were encountered: