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.
pull/4109/head
IOhannes m zmölnig 2021-10-08 08:55:02 +02:00
parent 3b8126d26a
commit 1a9403e787
1 changed files with 1 additions and 1 deletions

View File

@ -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";