@ -67,7 +67,6 @@ function createLuxcoreMat($matOriginal, $textureScaleU, $textureScaleV, $cacheFi
return MatHelper::createMatOfDisney($matOriginal, $textureScaleU, $textureScaleV, $cacheFileDir, $scene);
case 2:
return MatHelper::createMatOfGlass($matOriginal, $textureScaleU, $textureScaleV, $cacheFileDir, $scene);
return;
case 3:
case 4:
@ -66,7 +66,7 @@ function createLuxcoreMat($matOriginal, $textureScaleU, $textureScaleV, $cacheFi
case 1:
@ -296,6 +296,9 @@ class MatHelper{
$material->setUroughness($roughnessTexture);
$material->setVroughness($roughnessTexture);
}
return $material;