Переглянути джерело

Fix spelling error in comment in exported Pbrt file

See https://github.com/assimp/assimp/pull/4109#issuecomment-934747675
for a discussion that this is really a comment in the exported file,
and thus the fix should be harmless.
IOhannes m zmölnig 3 роки тому
батько
коміт
1a9403e787
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      code/Pbrt/PbrtExporter.cpp

+ 1 - 1
code/Pbrt/PbrtExporter.cpp

@@ -614,7 +614,7 @@ void PbrtExporter::WriteMaterial(int m) {
                         eta != 1);
 
     mOutput << "#    - Constants: diffuse " << constantDiffuse << " specular " << constantSpecular <<
-        " transprency " << constantTransparency << " opacity " << constantOpacity <<
+        " transparency " << constantTransparency << " opacity " << constantOpacity <<
         " shininess " << constantShininess << " shininess strength " << constantShininessStrength <<
         " eta " << constantEta << "\n";