pull/3357/head
Kim Kulling 2020-08-04 17:52:43 +02:00 committed by GitHub
parent 855b47452e
commit aabf12827b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,7 @@ void Discreet3DSExporter::WriteMaterials() {
WriteColor(color);
}
float f;
if (mat.Get(AI_MATKEY_OPACITY, f) == AI_SUCCESS) {
ChunkWriter chunk(writer, Discreet3DS::CHUNK_MAT_TRANSPARENCY);
WritePercentChunk(1.0f - f);