Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我下载了一些.obj files(along with .obj.mtl files)并将它们加载到我的opengl c++ 程序中,我收到了一些警告,例如
.obj files(along with .obj.mtl files)
glmFindMaterial():找不到素材。
它是否与颜色有关,因为我还加载了一些黑色物体和白色物体,而黑色物体也采用白色。代码非常好,我也想为某些对象设置黑色。我尝试使用 glEnable(GL_COLOR_MATERIAL) 但我没有任何区别。请帮我!