We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e818abc commit 2faf830Copy full SHA for 2faf830
graphics/src/AssimpLoader.cc
@@ -513,10 +513,6 @@ MaterialPtr AssimpLoader::Implementation::CreateMaterial(
513
pbr.SetRoughness(value);
514
}
515
#endif
516
- std::cout << "Diffuse: " << mat->Diffuse() << std::endl;
517
- std::cout << "Specular: " << mat->Specular() << std::endl;
518
- std::cout << "Roughness: " << pbr.Roughness() << std::endl;
519
- std::cout << "Metalness: " << pbr.Metalness() << std::endl;
520
mat->SetPbrMaterial(pbr);
521
return mat;
522
0 commit comments