@@ -401,7 +401,7 @@ const Configuration loadConfigFile(const char* filepath)
401
401
std::cout << " Rendermode : " << config.contextSettings .renderMode << ' \n ' ;
402
402
std::cout << " Recursion : " << config.contextSettings .recursion << ' \n ' ;
403
403
std::cout << " Batchsize : " << config.contextSettings .batchSize << ' \n ' ;
404
- std::cout << " outImageFile : " << config.contextSettings .outImgFile << ' \n\n ' ;
404
+ std::cout << " outImageFile : " << config.contextSettings .outImgFile << " \n\n " ;
405
405
}
406
406
407
407
if (!bLight && !bIbl)
@@ -421,7 +421,7 @@ const Configuration loadConfigFile(const char* filepath)
421
421
std::cout << " Translation :" << config.cameraSettings .translation << ' \n ' ;
422
422
std::cout << " Up :" << config.cameraSettings .up << ' \n ' ;
423
423
std::cout << " Focal Length:" << config.cameraSettings .focalLength << ' \n ' ;
424
- std::cout << " Camera Mode :" << config.cameraSettings .cameraMode << ' \n\n ' ;
424
+ std::cout << " Camera Mode :" << config.cameraSettings .cameraMode << " \n\n " ;
425
425
}
426
426
427
427
if (!bShape)
@@ -432,7 +432,7 @@ const Configuration loadConfigFile(const char* filepath)
432
432
std::cout << " Path :" << settings.path << ' \n ' ;
433
433
std::cout << " Rotation : " << settings.rotation << ' \n ' ;
434
434
std::cout << " Translation : " << settings.translation << ' \n ' ;
435
- std::cout << " Scale : " << settings.scale << ' \n\n ' ;
435
+ std::cout << " Scale : " << settings.scale << " \n\n " ;
436
436
437
437
settings.translation = RadeonProRender::float3{0 .0f , -3 .0f , 0 .0f };
438
438
settings.scale = RadeonProRender::float3{1 .0f , 1 .0f , 1 .0f };
@@ -967,4 +967,4 @@ int main(int argc , char* argv[])
967
967
CHECK (rprObjectDelete (context)); context = nullptr ; // Always delete the RPR Context in last.
968
968
969
969
return 0 ;
970
- }
970
+ }
0 commit comments