mp3guy/ElasticFusion

Segment fault -core dump

Ru-hulu opened this issue · 1 comments

I just followed steps in readme and everything was ok.
However when I was trying to run the database, I got an segment fault in
GlobalModel.cpp line 135:
int locUpdate[3] = {
glGetVaryingLocationNV(updateProgram->programId(), "vPosition0"),
glGetVaryingLocationNV(updateProgram->programId(), "vColor0"),
glGetVaryingLocationNV(updateProgram->programId(), "vNormRad0"),
};
Can someone give me some suggestions?