Hello!
I have a segmentation error on the this string: size_t size = meshes.size();
void meshLoader::draw(unsigned int programId)
{
size_t size = meshes.size();
for( unsigned int i = 0;i < meshes.size(); ++i )
meshes[i].draw( programId );
}
void meshLoader::draw(unsigned int programId)
{
size_t size = meshes.size();
for( unsigned int i = 0;i < meshes.size(); ++i )
meshes[i].draw( programId );
}
To copy to clipboard, switch view to plain text mode
Please, run my application if you use Assimp. Or just see code
Bookmarks