Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

For the skeleton example, it maybe miss on parameters for calling readOFF function #1

Open
etrigger opened this issue Feb 20, 2017 · 0 comments

Comments

@etrigger
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant