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
examples\3d\assimp3DModelLoaderExample\src\ofApp.cpp line 266 need to change from loadModel(dragInfo.files[0]); to loadModel(dragInfo.files[0].string()); #7913
examples\3d\assimp3DModelLoaderExample\src\ofApp.cpp line 266
need to change from loadModel(dragInfo.files[0]); to loadModel(dragInfo.files[0].string());